'Declaration Public Enum ToolbarImageType Inherits System.Enum
public enum ToolbarImageType : System.Enum
Member | Description |
---|---|
Custom | Represents a dropdown. The dropdown will not do anything client side unless you provide some values for the properties of the object. |
DoubleSeparator | Defines a toolbar image which represents a "double seperator" (typically used at the start of rows). Associated type: ToolbarImage |
NotSet | No Type is associated with this object (typically because object was created using the default (paramaterless) constructor. Set the Type property to provide default values. |
RowSeparator | Defines a toolbar item which inserts a graphical row seperator. Associated type: ToolbarImage |
Separator | Defines a toolbar item which inserts a graphical seperator between buttons. Associated type: ToolbarImage |
The ToolbarImageType is used to supply default values to a ToolbarImage. For example, when creating a new ToolbarImage, simply pass a ToolbarImageType into the constructor to supply the object with preset values associated with that type.
This enumeration is a subset of the ToolbarItemType enumeration.
Target Platforms: Windows 10, Windows 8.1, Windows 8, 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