C# 클래스 YamuiFramework.Controls.YamuiTab

Basically, this class is a better tabControl, documentation to be done later
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GoBackButtonHasTabStop bool

Private Properties

프로퍼티 타입 설명
FindPage Point
GoBackButtonOnButtonPressed void
MainButtonsOnTabPressed void
PushHistory void
SecondaryButtonsOnTabPressed void
TabAnimatorInit bool
TabAnimatorStart void

공개 메소드들

메소드 설명
ExecuteOnClose ( ) : void

Execute the OnClose of the current page

Init ( ) : void
ShowPage ( string pageName ) : void

Show the given page

YamuiTab ( List content, YamuiForm owner ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
FindPage ( string pageName ) : Point

find the secondary tab point corresponding to the input pageName

GoBackButtonOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
MainButtonsOnTabPressed ( object sender, TabPressedEventArgs tabPressedEventArgs ) : void
PushHistory ( ) : void
SecondaryButtonsOnTabPressed ( object sender, TabPressedEventArgs tabPressedEventArgs ) : void
TabAnimatorInit ( ) : bool
TabAnimatorStart ( ) : void

메소드 상세

ExecuteOnClose() 공개 메소드

Execute the OnClose of the current page
public ExecuteOnClose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ShowPage() 공개 메소드

Show the given page
public ShowPage ( string pageName ) : void
pageName string
리턴 void

YamuiTab() 공개 메소드

public YamuiTab ( List content, YamuiForm owner ) : System
content List
owner YamuiFramework.Forms.YamuiForm
리턴 System

프로퍼티 상세

GoBackButtonHasTabStop 공개적으로 프로퍼티

public bool GoBackButtonHasTabStop
리턴 bool