다음을 통해 공유


ScriptManagerProxy.Visible 속성

정의

이 값을 설정할 수 없도록 기본 Visible 클래스에서 상속된 Control 속성을 재정의합니다.

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

속성 값

Boolean

컨트롤이 페이지에 렌더링되면 true이고, 그렇지 않으면 false입니다.

특성

예외

Visible 속성에 값이 할당된 경우

설명

합니다 Visible 속성에서 재정의 되는 ScriptManagerProxy 이 속성을 설정할 수 없도록 하는 클래스입니다. Visible 속성에서 반환 true 경우가 컨테이너 내부와 같은 UserControlVisible 속성이 false.

적용 대상