Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : mmToolState Enumeration |
'Declaration <GuidAttribute("828656A0-C798-11D3-B7E3-0050DA2F817F")> Public Enum mmToolState Inherits System.Enum
'Usage Dim instance As mmToolState
[Guid("828656A0-C798-11D3-B7E3-0050DA2F817F")] public enum mmToolState : System.Enum
Member | Description |
---|---|
mmTSChecked | 4 |
mmTSEnabled | 2 |
mmTSNone | 0 |
mmTSSubMenu | 8 |
mmTSVisible | 1 |
The value returned by IMMTreeViewTool’s Enabled property will be interpreted in a bitwise fashion. In other words, the values of mmToolState can be added together so that the Enabled property can specify multiple tool states. For example, for a TreeView tool to be both enabled and visible, its Enabled property should return a value of 3 (mmTSVisible + MMTSEnabled = 3).
System.Object
System.ValueType
System.Enum
Miner.Interop.mmToolState
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.