C# Класс ATMLCommonLibrary.controls.awb.AWBTabControl

Наследование: System.Windows.Forms.TabControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
AWBTabControl ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

AWBTabControl() публичный Метод

public AWBTabControl ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

OnCreateControl() защищенный Метод

protected OnCreateControl ( ) : void
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void