다음을 통해 공유


CMFCToolBarButton::SetProtectedCommands

사용자가 사용자 지정할 수 없는 명령의 목록을 설정 합니다.

static void SetProtectedCommands(
   const CList<UINT,UINT>& lstCmds 
);

매개 변수

  • [in] lstCmds
    보호 된 명령의 목록입니다.

설명

사용자 지정 모드에서 보호 되는 도구 모음 단추 명령 프레임 워크를 비활성화 합니다.사용자가 드래그 앤 드롭 기능을 수행 하 고 편집 작업을 사용 하지 않는 도구 모음 단추 수 없습니다.

사용 된 CMFCToolBarButton::GetProtectedCommands 메서드는 목록을 검색 하는 명령을 보호 합니다.

요구 사항

헤더: afxtoolbarbutton.h

참고 항목

참조

CMFCToolBarButton 클래스

계층 구조 차트

CMFCToolBarButton::GetProtectedCommands