Xceed Grid for WinForms v4.3 Documentation
ButtonImageType Enumeration


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : ButtonImageType Enumeration
Value indicating the WinButton's image type.
Syntax
'Declaration
 
Public Enum ButtonImageType 
   Inherits System.Enum
'Usage
 
Dim instance As ButtonImageType
public enum ButtonImageType : System.Enum 
Members
MemberDescription
CheckThe check image will be used.
CloseThe image of a window close button will be used.
CollapseThe image of a collapse button will be used.
CopyThe copy image will be used.
CurrentThe current image will be used.
CutThe cut image will be used.
DeleteThe delete image will be used.
DiagonalPinThe image of a diagonal pin will be used.
EditThe edit image will be used.
ErrorThe error image will be used.
ExclamationThe exclamation image will be used.
ExpandThe image of an expand button will be used.
FileThe file image will be used.
FindThe find image will be used.
FindInFilesThe find-in-files image will be used.
FullScreenThe full screen image will be used.
HelpThe help image will be used.
HelpContentsThe help contents image will be used.
HelpIndexThe help index image will be used.
HorizontalChevronThe image of a horizontal chevron will be used.
HorizontalPinThe image of a horizontal pin will be used.
InsertionThe insertion image will be used.
MaximizeThe image of a window maximize button will be used.
MinimizeThe image of a window minimize button will be used.
MinusThe minus image will be used.
NewFileThe new file image will be used.
OpenFileThe open file image will be used.
PasteThe paste image will be used.
PlayThe play image will be used.
PlusThe plus image will be used.
PreviewThe preview image will be used.
PrintThe print image will be used.
RedoThe redo image will be used.
RestoreThe restore image will be used.
SaveThe save image will be used.
SaveAllThe save-all image will be used.
ScrollDownThe image of a down-scroll button will be used.
ScrollLeftThe image of a left-scroll button will be used.
ScrollRightThe image of a right-scroll button will be used.
ScrollUpThe image of an up-scroll button will be used.
SearchThe search image will be used.
SpinDownThe image of a down-spin button will be used.
SpinLeftThe image of a left-spin button will be used.
SpinRightThe image of a right-spin button will be used.
SpinUpThe image of an up-spin button will be used.
UndoThe undo image will be used.
UserThe image specified in the WinButton.Image property will be used.
VerticalChevronThe image of a vertical chevron will be used.
VerticalPinThe image of a vertical pin will be used.
Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.ButtonImageType

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