Xceed Grid for WinForms v4.3 Documentation
ButtonBackgroundImageType Enumeration


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : ButtonBackgroundImageType Enumeration
Value indicating the WinButton's background image type.
Syntax
'Declaration
 
Public Enum ButtonBackgroundImageType 
   Inherits System.Enum
'Usage
 
Dim instance As ButtonBackgroundImageType
public enum ButtonBackgroundImageType : System.Enum 
Members
MemberDescription
CaptionThe background image of a caption button will be used.
ChevronThe background image of a chevron button will be used (transparent when idle).
CloseThe background image of a window close button will be used.
ComboThe background image of a combobox's dropdown button will be used.
HelpThe background image of a help button will be used.
SpinDownThe background image of a spin-down button will be used.
SpinLeftThe background image of a spin-left button will be used.
SpinRightThe background image of a spin-right button will be used.
SpinUpThe background image of a spin-up button will be used.
StandardA standard background image will be used.
ToolBarThe background image of a toolbar button will be used (transparent when idle).
UserThe image specified in the System.Windows.Forms.Control.BackgroundImage property will be used.
Remarks

The appearance of the WinButton's background image can change depending on the value of the Xceed.UI.ThemedControl.UIStyle property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.ButtonBackgroundImageType

Requirements

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

See Also

Reference

Xceed.Editors Namespace