int Checked( string strActionName, ActionCallingContext actionContext )
int Checked( String^ strActionName, ActionCallingContext^ actionContext )
Parameters
| Parameter Name | Description |
|---|---|
| strActionName | The name of this action |
| actionContext | The calling context |
Return Value
Possible return values are:
• 0: The action has the status unchecked ("off")
• 1: The action has the status checked ("on")
• 2: The action has the status mixed ("indeterminate")
• 0: The action has the status unchecked ("off")
• 1: The action has the status checked ("on")
• 2: The action has the status mixed ("indeterminate")