Method | Description | |
---|---|---|
InitializeNewComponent ( IDictionary defaultValues ) : void |
Adds default tag pages to a new VerticalTabControl.
|
|
VerticalTabControlDesigner ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
AddTabPage ( object sender, |
The event handler for the "Add Tab Page" verb. Adds a new tab page to the control. |
|
RemoveTabPage ( object sender, |
The event handler for the "Remove Tab Page" verb. Removes the current tab page from the control. |
protected GetHitTest ( Point point ) : bool | ||
point | Point | The point where the mouse was clicked. |
return | bool |
public InitializeNewComponent ( IDictionary defaultValues ) : void | ||
defaultValues | IDictionary | The values with which to instantiate the control. |
return | void |
public VerticalTabControlDesigner ( ) : System | ||
return | System |