PropertyGridEditorPart.DefaultButton 속성

정의

디자이너에서 속성을 숨기고 테마의 영향을 받지 않도록 컨트롤에서 Panel 상속된 기본 속성을 재정의합니다.

public:
 virtual property System::String ^ DefaultButton { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string DefaultButton { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.DefaultButton : string with get, set
Public Overrides Property DefaultButton As String

속성 값

컨트롤의 기본 포커스를 받는 컨트롤의 Button ID를 포함하는 문자열입니다 Panel .

특성

설명

공용이지만 이 속성은 이 컨트롤의 기본 렌더링에 사용되며 개발자 코드에서 호출할 수 없습니다.

이 속성은 테마 또는 스타일시트 테마로 설정할 수 없습니다. 자세한 내용은 ThemeableAttribute하고 ASP.NET.

적용 대상

추가 정보