ControlStyle Enumeration

Used to determine the control's visual style

Definition

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

Members

Standard0 The control will appear as a normal windows control using the OS visual styles when they are available
Flat1 The control will appear flat
Sunken2 The control will appear with a sunken 3d affect
Raised3 The control will appear with a raised 3d affect

See Also