RibbonGroupsPanel.IsStarLayoutPass 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示当前布局传递是否在星布局传递之后的值。
public:
property bool IsStarLayoutPass { bool get(); };
public bool IsStarLayoutPass { get; }
member this.IsStarLayoutPass : bool
Public ReadOnly Property IsStarLayoutPass As Boolean
属性值
如果当前传递为星形布局传递,则为 true
;否则为 false
。