Determines whether the control is enabled.
The following code sample demonstrates how the IMMPxControl::Enabled property may be implemented.
Visual Basic |
Copy Code |
Private Property Let IMMPxControl_Enabled(ByVal RHS As Boolean)
End Property
Private Property Get IMMPxControl_Enabled() As Boolean
Dim pState As IMMPxState
Set pState = m_pPxNode.State
If m_pPxApp.StateEnabled(pState.State, pState.NodeType) Then
IMMPxControl_Enabled = True
Else
IMMPxControl_Enabled = False
End If
End Property
|
|
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.