C# Class ATMLCommonLibrary.controls.awb.AWBTabControl

Inheritance: System.Windows.Forms.TabControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
AWBTabControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public AWBTabControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void