Метод | Описание | |
---|---|---|
DoDefaultAction ( ) : void |
Overridden. Inherited from IDesigner.DoDefaultAction().
|
|
Initialize ( IComponent component ) : void |
Overridden. Inherited from ControlDesigner. This designer exists exclusively for YaTabControls. If component does not inherit from YaTabControl, then this method throws an ArgumentException. |
|
YaTabControlDesigner ( ) : System |
Creates an instance of the YaTabControlDesigner class.
|
Метод | Описание | |
---|---|---|
WndProc ( |
Overridden. Inherited from ControlDesigner. Checks for WM_LBUTTONDOWN events and uses that to select the appropriate tab in the YaTabControl. |
Метод | Описание | |
---|---|---|
AddTab ( object sender, |
Event handler for the "Add Tab" verb.
|
|
ComponentRemoved ( object sender, |
Watches for the removal of YaTabDrawerBases and, should one get removed that is assigned to the YaTabControl, then set the YaTabControl.TabDrawer property to null.
|
|
GetNewTabName ( ) : string |
Gets a new tab name for the a tab.
|
|
RemoveTab ( object sender, |
Event handler for the "Remove Tab" verb.
|
public Initialize ( IComponent component ) : void | ||
component | IComponent |
/// The |
Результат | void |
protected WndProc ( |
||
m | /// The message. /// | |
Результат | void |