ButtonStyle Enumeration

Determines the style in which the button is displayed

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum ButtonStyle

Members

Normal0 A normal windows button
Image1 An image based button
ImageAndText2 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
TextWithImage3 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
HyperLink4 The button will apear as a HyperLink

See Also