C# 클래스 Nexus.UI.Controls.DropDownTabControlDesigner

The designer that controls how the DropDownTabControl behaves and is designed.
상속: System.Windows.Forms.Design.ParentControlDesigner
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
DropDownTabControlDesigner ( ) : System

The default constructor.

InitializeNewComponent ( IDictionary defaultValues ) : void

Adds default tag pages to a new DropDownTabControl.

보호된 메소드들

메소드 설명
EnableVerbs ( ) : void

Enables or disables verbs dependent upon the current state of the control.

GetHitTest ( Point point ) : bool

Determines of the control should respond to a mouse click.

비공개 메소드들

메소드 설명
AddTabPage ( object sender, EventArgs e ) : void

The event handler for the "Add Tab Page" verb.

Adds a new tab page to the control.

RemoveTabPage ( object sender, EventArgs e ) : void

The event handler for the "Remove Tab Page" verb.

Removes the current tab page from the control.

메소드 상세

DropDownTabControlDesigner() 공개 메소드

The default constructor.
public DropDownTabControlDesigner ( ) : System
리턴 System

EnableVerbs() 보호된 메소드

Enables or disables verbs dependent upon the current state of the control.
protected EnableVerbs ( ) : void
리턴 void

GetHitTest() 보호된 메소드

Determines of the control should respond to a mouse click.
protected GetHitTest ( Point point ) : bool
point Point The point where the mouse was clicked.
리턴 bool

InitializeNewComponent() 공개 메소드

Adds default tag pages to a new DropDownTabControl.
public InitializeNewComponent ( IDictionary defaultValues ) : void
defaultValues IDictionary The values with which to instantiate the control.
리턴 void