CommandBar.Visible 属性

定义

确定指定的对象是否可见。

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

属性值

注解

本主题中的某些内容可能不适用于某些语言。

如果指定的对象可见,则此属性返回 True ;如果不是,则为 False

默认情况下,新创建的自定义命令栏的 Visible 属性为 False

Enabled 将可见属性设置为 True 之前,命令栏的 属性必须设置为 True

适用于