Spread Windows Forms 6.0 Product Documentation
ButtonStyle Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : ButtonStyle Enumeration


Glossary Item Box

Specifies the style of the button to display in the edit control.

Syntax

Visual Basic (Declaration) 
Public Enum ButtonStyle 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ButtonStyle
C# 
public enum ButtonStyle : System.Enum 

Members

MemberDescription
DropDownDisplays a button with a drop-down arrow for a drop-down list or drop-down calendar or clock
NoneDisplays no buttons
PopUpDisplays a button with ellipsis points to launch a dialog or pop-up calendar or clock
SlideDisplays two buttons to scroll horizontally through long data
SpinDisplays two spin buttons to increment and decrement values

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.ButtonStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.