_CommandBarButton.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

属性值

实现

注解

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

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

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

适用于