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

适用于