CommandBar.Enabled 属性

定义

确定是否启用了指定的命令栏 或 。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

如果启用了指定的命令栏,则此属性返回 True ;如果未启用, 则为 False 。将此属性设置为 True 会导致命令栏的名称显示在可用命令栏列表中。

适用于