DocumentProperties.Visible 属性

定义

确定 DocumentProperties 对象在属性窗口中是否可见。

public:
 property bool Visible { bool get(); void set(bool value); };
public:
 property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Property Visible As Boolean

属性值

Boolean

如果该 DocumentProperties 对象是可见的, true 则返回; 否则返回 false

属性

注解

DocumentProperties类使用内部标志跟踪可见性,并在类构造函数中设置此标志 DocumentProperties 。 如果由属性更改内部标志 Visible ,则会刷新 " 属性 " 窗口,但仅当内部标志不同于新标志时。

适用于