C# Class Karabow.Steg.GUI.ExtendedTabControl

represents a customized tab control
Inheritance: System.Windows.Forms.TabControl
Show file Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Private Properties

Property Type Description
ExtendedTabControl_ControlAdded void
ExtendedTabControl_ControlRemoved void
ExtendedTabControl_SelectedIndexChanged void

Public Methods

Method Description
ExtendedTabControl ( ) : System

creates an instance of the control

Private Methods

Method Description
ExtendedTabControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
ExtendedTabControl_ControlRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
ExtendedTabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ExtendedTabControl() public method

creates an instance of the control
public ExtendedTabControl ( ) : System
return System