Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the check state of a user interface item for the command.
public enum class UICheckState
{
[DefaultValue(typeid<Microsoft::VisualC::MFC::UICheckState>, "Checked")]
Unchecked,
Checked,
Indeterminate
};
Remarks
ICommandUI::Check uses these values to describe the state of a user interface item.
For more information on using Windows Forms, see Using a Windows Forms User Control in MFC.
Requirements
Header: afxwinforms.h (defined in assembly atlmfc\lib\mfcmifc80.dll)