ArcFM Engine Developer Guide
DisplayStyle Enumeration


Defines the style used to display Command image and text.
Syntax
'Declaration
 
Public Enum DisplayStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DisplayStyle
public enum DisplayStyle : System.Enum 
Members
MemberDescription
DefaultA value has not been assigned, use the default value.
DefaultForCommandTypeUse the display style that is the default for the Command type and its location.
ImageAndTextShow the Command as image and text unless it is on a top-level menu.
ImageOnlyOnToolBarsShow the Command as an image only on toolbars and as image and text on a menu.
TextOnlyAlwaysOnly show the text both in a menu or a toolbar.
TextOnlyInMenusShow the Command as text only in a menu and as an image on a toolbar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Commands.DisplayStyle

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

Miner.Windows.Commands Namespace

 

 


Send Comment