ArcFM Engine Developer Guide
DropDownArrowStyle Property


Returns/sets the style of the dropdown arrow.
Syntax
'Declaration
 
Public Property DropDownArrowStyle As DropDownArrowStyle
'Usage
 
Dim instance As PopupCommandBase
Dim value As DropDownArrowStyle
 
instance.DropDownArrowStyle = value
 
value = instance.DropDownArrowStyle
public DropDownArrowStyle DropDownArrowStyle {get; set;}
Remarks
The style of the dropdown arrow can be set to None, Standard or Segmented. If it is None, no dropdown arrow is displayed. If it is 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. If it is Segmented, a standard downward-pointing dropdown arrow is displayed to the right of the tools 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 is displayed when on a menu. Clicking on the dropdown arrow displays the popup portion of the tool. Clicking on the image and/or text area invokes the Execute method.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PopupCommandBase Class
PopupCommandBase Members

 

 


Send Comment