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

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

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

Метод Описание
InitializeNewComponent ( IDictionary defaultValues ) : void

Adds default tag pages to a new VerticalTabControl.

VerticalTabControlDesigner ( ) : System

The default constructor.

Защищенные методы

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

Описание методов

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 VerticalTabControl.
public InitializeNewComponent ( IDictionary defaultValues ) : void
defaultValues IDictionary The values with which to instantiate the control.
Результат void

VerticalTabControlDesigner() публичный Метод

The default constructor.
public VerticalTabControlDesigner ( ) : System
Результат System