C# Класс System.Windows.Forms.Theming.Default.TabControlPainter

Summary description for TabControl.
Показать файл Открыть проект

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

Метод Описание
Draw ( Graphics dc, Rectangle area, TabControl tab ) : void
GetDisplayRectangle ( System tab ) : Rectangle
GetLeftScrollRect ( System tab ) : Rectangle
GetRightScrollRect ( System tab ) : Rectangle
GetTabPanelRect ( System tab ) : Rectangle
HasHotElementStyles ( TabControl tabControl ) : bool
RowSpacing ( System tab ) : Size
TabControlPainter ( ) : System

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

Метод Описание
DrawBackground ( Graphics dc, Rectangle area, TabControl tab ) : void
DrawScrollButton ( Graphics dc, Rectangle bounds, Rectangle clippingArea, ScrollButton button, PushButtonState state ) : void
DrawTab ( Graphics dc, System page, System tab, Rectangle bounds, bool is_selected ) : int

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

Метод Описание
GetButtonState ( PushButtonState state ) : ButtonState

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

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

public Draw ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab System.Windows.Forms.TabControl
Результат void

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

protected DrawBackground ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab System.Windows.Forms.TabControl
Результат void

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

protected DrawScrollButton ( Graphics dc, Rectangle bounds, Rectangle clippingArea, ScrollButton button, PushButtonState state ) : void
dc System.Drawing.Graphics
bounds System.Drawing.Rectangle
clippingArea System.Drawing.Rectangle
button ScrollButton
state PushButtonState
Результат void

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

protected DrawTab ( Graphics dc, System page, System tab, Rectangle bounds, bool is_selected ) : int
dc System.Drawing.Graphics
page System
tab System
bounds System.Drawing.Rectangle
is_selected bool
Результат int

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

public GetDisplayRectangle ( System tab ) : Rectangle
tab System
Результат System.Drawing.Rectangle

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

public GetLeftScrollRect ( System tab ) : Rectangle
tab System
Результат System.Drawing.Rectangle

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

public GetRightScrollRect ( System tab ) : Rectangle
tab System
Результат System.Drawing.Rectangle

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

public GetTabPanelRect ( System tab ) : Rectangle
tab System
Результат System.Drawing.Rectangle

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

public HasHotElementStyles ( TabControl tabControl ) : bool
tabControl System.Windows.Forms.TabControl
Результат bool

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

public RowSpacing ( System tab ) : Size
tab System
Результат System.Drawing.Size

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

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