C# 클래스 System.Windows.Forms.Theming.Default.TabControlPainter

Summary description for TabControl.
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
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