다음을 통해 공유


UICheckState 열거형

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 MFC에서 Windows Form 사용자 정의 컨트롤 사용.

요구 사항

Header: afxwinforms.h (defined in assembly atlmfc\lib\mfcmifc80.dll)

참고 항목

참조

ICommandUI 인터페이스