int Checked( string strActionName, ActionCallingContext actionContext )
int Checked( String^ strActionName, ActionCallingContext^ actionContext )
Parameters
- strActionName
- The name of this action
- actionContext
- The calling context.
Return Value
0: The return action has the state unchecked. 1: The return action has the state checked. 2: The return action has the state mixed.