Table.SupportsDisabledAttribute 속성

정의

컨트롤의 IsEnabled 속성이 false인 경우 컨트롤이 렌더링된 HTML 요소의 disabled 특성을 "disabled"로 설정할지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool SupportsDisabledAttribute { bool get(); };
public override bool SupportsDisabledAttribute { get; }
member this.SupportsDisabledAttribute : bool
Public Overrides ReadOnly Property SupportsDisabledAttribute As Boolean

속성 값

Boolean

true 경우는 RenderingCompatibility 속성 보다 낮은 ASP.NET 버전을 나타내면 4.0이 고, 그렇지 않으면 false합니다.

설명

이 속성 방법을 ASP.NET 렌더링할지 나타냅니다 HTML 컨트롤에 대 한 컨트롤은 사용 하지 않도록 설정 합니다. 이 속성이 true, ASP.NET 렌더링을 disabled 컨트롤을 사용 하지 않으면. 이 속성이 false, ASP.NET 렌더링을 class 컨트롤을 사용 하지 않으면. 자세한 내용은 WebControl.SupportsDisabledAttribute를 참조하세요.

적용 대상

추가 정보