virtual void SetRadio( BOOL bOn = TRUE );
Parameters
bOn
TRUE to enable the item; otherwise FALSE.
Remarks
Call this member function to set the user-interface item for this command to the appropriate check state. This member function operates like SetCheck, except that it operates on user-interface items acting as part of a radio group. Unchecking the other items in the group is not automatic unless the items themselves maintain the radio-group behavior.
CCmdUI Overview | Class Members | Hierarchy Chart
See Also CCmdUI::SetCheck