다음을 통해 공유


RibbonButton.Description 속성

정의

메뉴의 속성이 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge로 설정된 경우 ItemSize 메뉴의 이 단추에 표시되는 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

속성 값

이 컨트롤이 다른 메뉴 또는 분할 단추 ItemSize 에 중첩되고 부모 메뉴의 속성 또는 ItemSize 분할 단추의 속성이 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge로 설정되면 설명이 나타납니다.이 속성은 런타임에 변경할 수 있습니다.

적용 대상