RibbonGallery.ColumnCount 属性

定义

获取或设置此 中的“项”列的数量RibbonGallery

public:
 property int ColumnCount { int get(); void set(int value); };
public int ColumnCount { get; set; }
member this.ColumnCount : int with get, set
Public Property ColumnCount As Integer

属性值

RibbonGallery中的项列数。

注解

只有在某些条件下,才能在运行时设置此属性。 有关详细信息,请参阅 功能区对象模型概述

适用于