ExtenderControl.Visible 属性

定义

重写 Visible 属性可以禁止设置此值。

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

属性值

如果在页上呈现扩展程序控件,则为 true;否则为 false

属性

适用于