ButtonStyle Enumeration
Determines the style in which the button is displayed
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
Public Enumeration ButtonStyle
Normal | 0 |
A normal windows button
|
Image | 1 |
An image based button
|
ImageAndText | 2 |
An image button with text written above the image. The image source will be extracted from the Data, and the text will be from the Format or Text
|
TextWithImage | 3 |
An image button with text written above the image. The image source will be extracted from the ImageLocation, and the text will be from the Data
|
HyperLink | 4 |
The button will apear as a HyperLink
|