SqlPropertySheet 클래스

정의

SQL 편집기 도구/옵션 속성 시트의 기본 클래스입니다.

public ref class SqlPropertySheet : System::Windows::Forms::UserControl
public class SqlPropertySheet : System.Windows.Forms.UserControl
type SqlPropertySheet = class
    inherit UserControl
Public Class SqlPropertySheet
Inherits UserControl
상속
SqlPropertySheet
파생

생성자

Name Description
SqlPropertySheet()

SqlPropertySheet 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
SqlPrefs

SQL 언어 참조를 얻거나 설정합니다.

메서드

Name Description
AddLabelDivider(Label)

속성 페이지에 라벨 구분기를 추가합니다.

CalcSize()

현재 핸들의 창 크기를 계산합니다.

DefWndProc(Message)

사용자 지정 작업을 수행하고 지정된 메시지를 기본 창 프로시저로 전송합니다.

OnApply()

OnApply(DialogPage+PageApplyEventArgs) 이 때 호출됩니다.

OnPaint(PaintEventArgs)

커스텀 액션을 위해 기본 클래스를 오버라이드합니다.

OnSetActive()

프레임워크가 메서드 또는 LoadSettingsFromStorage() 메서드를 호출할 때 OnActivate(CancelEventArgs) 호출됩니다.

적용 대상