'Declaration Public Enum ButtonBackgroundImageType Inherits System.Enum
'Usage Dim instance As ButtonBackgroundImageType
public enum ButtonBackgroundImageType : System.Enum
'Declaration Public Enum ButtonBackgroundImageType Inherits System.Enum
'Usage Dim instance As ButtonBackgroundImageType
public enum ButtonBackgroundImageType : System.Enum
Member | Description |
---|---|
Caption | The background image of a caption button will be used. |
Chevron | The background image of a chevron button will be used (transparent when idle). |
Close | The background image of a window close button will be used. |
Combo | The background image of a combobox's dropdown button will be used. |
Help | The background image of a help button will be used. |
SpinDown | The background image of a spin-down button will be used. |
SpinLeft | The background image of a spin-left button will be used. |
SpinRight | The background image of a spin-right button will be used. |
SpinUp | The background image of a spin-up button will be used. |
Standard | A standard background image will be used. |
ToolBar | The background image of a toolbar button will be used (transparent when idle). |
User | The image specified in the System.Windows.Forms.Control.BackgroundImage property will be used. |
The appearance of the WinButton's background image can change depending on the value of the Xceed.UI.ThemedControl.UIStyle property.
System.Object
System.ValueType
System.Enum
Xceed.Editors.ButtonBackgroundImageType
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