'DeclarationProtected Overrides Function GetCommandSupported( _ ByVal meaning As CommandMeaning _ ) As System.Boolean
'UsageDim instance As NCommandPane Dim meaning As CommandMeaning Dim value As System.Boolean value = instance.GetCommandSupported(meaning)
protected override System.bool GetCommandSupported( CommandMeaning meaning )
Parameters
- meaning