다음을 통해 공유


RibbonGroup.Items 속성

정의

그룹에 있는 컨트롤을 가져옵니다.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonControl ^> ^ Items { System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonControl ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonControl> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonControl>
Public ReadOnly Property Items As IList(Of RibbonControl)

속성 값

그룹에 있는 컨트롤의 컬렉션입니다.

예외

리본이 로드된 후 RibbonControl의 추가, 제거 또는 교체를 시도합니다.

설명

리본 컨트롤은 런타임에 그룹에 추가할 수 있지만 리본이 로드되기 전에만 추가할 수 있습니다. 컨트롤의 instance 만든 다음 컬렉션에 새 컨트롤을 추가합니다Items. 자세한 내용은 리본 개체 모델 개요를 참조하세요.

리본 Designer 사용하여 그룹에 컨트롤을 추가하면 Visual Studio에서 자동으로 컨트롤을 그룹의 속성에 Items 추가합니다.

적용 대상