The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UICheckState Enumeration
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
};
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 Form User Control in MFC.
Requirements
Header: afxwinforms.h (defined in assembly atlmfc\lib\mfcmifc80.dll)
Show: