RibbonControlIdType 열거형
RibbonControlId가 Microsoft Office 컨트롤을 식별하는지 아니면 사용자 지정 컨트롤을 식별하는지를 결정하는 값이 들어 있습니다.
네임스페이스: Microsoft.Office.Tools.Ribbon
어셈블리: Microsoft.Office.Tools.Common(Microsoft.Office.Tools.Common.dll)
구문
‘선언
Public Enumeration RibbonControlIdType
public enum RibbonControlIdType
멤버
멤버 이름 | 설명 | |
---|---|---|
Custom | 사용자 지정 컨트롤을 식별하는 RibbonControlId입니다. | |
Office | 기본 제공 Office 컨트롤을 식별하는 RibbonControlId입니다. |