C# Class ATMLCommonLibrary.controls.awb.AWBTabControl

Inheritance: System.Windows.Forms.TabControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
AWBTabControl_ControlAdded void
AWBTabControl_ControlRemoved void
AWBTabControl_SelectedIndexChanged void
CheckForErrors bool
DrawBackgroundFix void
DrawControl void
DrawControlBorder void
DrawIcons void
DrawTab void
DrawTabBackground void
DrawTabBorder void
DrawTabIcon void
DrawTabText void
DrawTabs void
FillControlClientArea void
FindUpDown void
GetErrorColor Color
GetPolyPoints Point[]
InitializeComponent void
SetControlClippingArea System.Drawing.Region
TestTab int
UpdateUpDown void
scUpDown_SubClassedWndProc int
tabControl_MouseLeave void
tabControl_MouseMove void

Public Methods

Method Description
AWBTabControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreateControl ( ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
AWBTabControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
AWBTabControl_ControlRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
AWBTabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
CheckForErrors ( ICollection controls ) : bool
DrawBackgroundFix ( Graphics g, Rectangle &tabArea ) : void
DrawControl ( Graphics g ) : void
DrawControlBorder ( Graphics g, Rectangle &tabArea ) : void
DrawIcons ( Graphics g ) : void
DrawTab ( Graphics g, TabPage tabPage, int nIndex ) : void
DrawTabBackground ( Graphics g, Color tabBackColor, Point pt ) : void
DrawTabBorder ( Graphics g, TabPage tabPage, Point pt, bool isSelected, Rectangle &recBounds ) : void
DrawTabIcon ( Graphics g, TabPage tabPage, int nIndex, Rectangle &recBounds, RectangleF &tabTextArea, bool hasErrors ) : void
DrawTabText ( Graphics g, TabPage tabPage, RectangleF &tabTextArea, bool hasErrors ) : void
DrawTabs ( Graphics g ) : void
FillControlClientArea ( Graphics g, Rectangle &tabControlArea ) : void
FindUpDown ( ) : void
GetErrorColor ( bool isSelected ) : Color
GetPolyPoints ( Rectangle recBounds ) : Point[]
InitializeComponent ( ) : void

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

SetControlClippingArea ( Graphics g, Rectangle &tabArea, Rectangle &tabControlArea ) : Region
TestTab ( Point pt ) : int
UpdateUpDown ( ) : void
scUpDown_SubClassedWndProc ( Message &m ) : int
tabControl_MouseLeave ( object sender, EventArgs e ) : void
tabControl_MouseMove ( object sender, MouseEventArgs e ) : void

Method Details

AWBTabControl() public method

public AWBTabControl ( ) : System
return System

Dispose() protected method

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

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void