'Declaration Public Enum ButtonType Inherits System.Enum
'Usage Dim instance As ButtonType
public enum ButtonType : System.Enum
'Declaration Public Enum ButtonType Inherits System.Enum
'Usage Dim instance As ButtonType
public enum ButtonType : System.Enum
Member | Description |
---|---|
ImageButton | Displays a button that displays an image (or icon) and responds to mouse clicks on the image |
LinkButton | Displays a button that looks like a hyperlink (with underlined text) |
PushButton | Displays a standard two-state command push button with text |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ButtonType