'Declaration Public Enum DropDownArrowStyle Inherits System.Enum
public enum DropDownArrowStyle : System.Enum
Member | Description |
---|---|
Default | The tool is displayed in its default style. |
None | No dropdown arrow is displayed. |
Segmented | A standard downward-pointing dropdown arrow is displayed to the right of the tool's image and/or text in a separate boxed-off area when on a toolbar and a standard right-pointing arrow with a dividing line to the left of it is displayed when on a menu. Clicking on the arrow drops down the tool. Clicking on the image and/or text area fires the UltraToolbarsManager.ToolClick event. |
SegmentedStateButton | A standard downward-pointing dropdown arrow is displayed to the right of the tool's image and/or text in a separate boxed-off area when on a toolbar and a standard right-pointing arrow with a dividing line to the left of it is displayed when on a menu. Clicking on the arrow drops down the tool. Clicking on the image and/or text area fires the UltraToolbarsManager.ToolClick event and toggles the PopupToolBase.Checked state. |
Standard | A standard downward-pointing dropdown arrow is displayed to the right of the tool's image and/or text when on a toolbar, and a standard right-pointing arrow is displayed when on a menu. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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