Version

DropDownArrowStyle Enumeration

Enumerator used to specify the style used to draw a popup tool's dropdown arrow. Also determines which part of the tool should be clicked to drop down the tool.
Syntax
'Declaration
 
Public Enum DropDownArrowStyle 
   Inherits System.Enum
public enum DropDownArrowStyle : System.Enum 
Members
MemberDescription
DefaultThe tool is displayed in its default style.
NoneNo dropdown arrow is displayed.
SegmentedA 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.
SegmentedStateButtonA 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.
StandardA 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.
Requirements

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

See Also