'DeclarationProtected Overridable Function GetCommandSupported( _ ByVal meaning As CommandMeaning _ ) As System.Boolean
'UsageDim instance As NCommandParent Dim meaning As CommandMeaning Dim value As System.Boolean value = instance.GetCommandSupported(meaning)
protected virtual System.bool GetCommandSupported( CommandMeaning meaning )
Parameters
- meaning