DesignTimeVisibleAttribute.Visible 属性

定义

获取或设置该组件是否应在设计时显示。

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

属性值

如果该组件应在设计时显示,则为 true,如果不应在设计时显示,则为 false

适用于