_Application.Visible 属性

定义

确定指定的对象是否可见。 如果指定的对象可见,则此属性返回 True ,否则返回 False

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

属性值

注解

对于任何对象,某些方法和属性可能不可用,如果 可见性 属性为 False

适用于