C# Класс Nexus.UI.Controls.DropDownTabControlDesigner

The designer that controls how the DropDownTabControl behaves and is designed.
Наследование: System.Windows.Forms.Design.ParentControlDesigner
Показать файл Открыть проект

Открытые методы

Метод Описание
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