C# Class MyControlLibrary.TabCtlEx

Summary description for UserControl1.
Inheritance: System.Windows.Forms.TabControl
Mostrar archivo Open project: darkwisperer/Dungeon-Master-Sheet Class Usage Examples

Public Methods

Method Description
TabCtlEx ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDrawItem ( DrawItemEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void

Private Methods

Method Description
CanDrawMenuButton ( int nIndex ) : bool
GetContentFromResource ( string filename ) : Stream
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnDrawItem() protected method

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

TabCtlEx() public method

public TabCtlEx ( ) : System
return System