다음을 통해 공유


RibbonGallery.ControlSize 속성

정의

RibbonGallery 컨트롤의 크기를 가져오거나 설정합니다.

public:
 property Microsoft::Office::Core::RibbonControlSize ControlSize { Microsoft::Office::Core::RibbonControlSize get(); void set(Microsoft::Office::Core::RibbonControlSize value); };
public Microsoft.Office.Core.RibbonControlSize ControlSize { get; set; }
member this.ControlSize : Microsoft.Office.Core.RibbonControlSize with get, set
Public Property ControlSize As RibbonControlSize

속성 값

컨트롤의 RibbonGallery 크기를 나타내는 Microsoft.Office.Core.RibbonControlSize입니다.

설명

이 속성은 메뉴의 일부인 경우 RibbonGallery 영향을 주지 않습니다. ControlSize 부모 컨트롤의 RibbonGallery 를 로 설정 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular 하지 않는 한 메뉴에 표시되는 의 ItemSize 은 항상 로 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge설정됩니다.

드롭다운 메뉴 컨트롤이 더 크게 표시되도록 RibbonSplitButton 하려면 의 RibbonSplitButtonMicrosoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge속성을 로 설정합니다ItemSize.

이 속성은 런타임에 설정할 수 있습니다.

적용 대상