C# Class System.Windows.Forms.Theming.Default.TabControlPainter

Summary description for TabControl.
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
GetButtonState ( PushButtonState state ) : ButtonState

Method Details

Draw() public méthode

public Draw ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab System.Windows.Forms.TabControl
Résultat void

DrawBackground() protected méthode

protected DrawBackground ( Graphics dc, Rectangle area, TabControl tab ) : void
dc System.Drawing.Graphics
area System.Drawing.Rectangle
tab System.Windows.Forms.TabControl
Résultat void

DrawScrollButton() protected méthode

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
Résultat void

DrawTab() protected méthode

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
Résultat int

GetDisplayRectangle() public méthode

public GetDisplayRectangle ( System tab ) : Rectangle
tab System
Résultat System.Drawing.Rectangle

GetLeftScrollRect() public méthode

public GetLeftScrollRect ( System tab ) : Rectangle
tab System
Résultat System.Drawing.Rectangle

GetRightScrollRect() public méthode

public GetRightScrollRect ( System tab ) : Rectangle
tab System
Résultat System.Drawing.Rectangle

GetTabPanelRect() public méthode

public GetTabPanelRect ( System tab ) : Rectangle
tab System
Résultat System.Drawing.Rectangle

HasHotElementStyles() public méthode

public HasHotElementStyles ( TabControl tabControl ) : bool
tabControl System.Windows.Forms.TabControl
Résultat bool

RowSpacing() public méthode

public RowSpacing ( System tab ) : Size
tab System
Résultat System.Drawing.Size

TabControlPainter() public méthode

public TabControlPainter ( ) : System
Résultat System