Property | Type | Description | |
---|---|---|---|
GoBackButtonHasTabStop | bool |
Property | Type | Description | |
---|---|---|---|
FindPage | Point | ||
GoBackButtonOnButtonPressed | void | ||
MainButtonsOnTabPressed | void | ||
PushHistory | void | ||
SecondaryButtonsOnTabPressed | void | ||
TabAnimatorInit | bool | ||
TabAnimatorStart | void |
Method | Description | |
---|---|---|
ExecuteOnClose ( ) : void |
Execute the OnClose of the current page
|
|
Init ( ) : void | ||
ShowPage ( string pageName ) : void |
Show the given page
|
|
YamuiTab ( List |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
FindPage ( string pageName ) : Point |
find the secondary tab point corresponding to the input pageName
|
|
GoBackButtonOnButtonPressed ( object sender, |
||
MainButtonsOnTabPressed ( object sender, |
||
PushHistory ( ) : void | ||
SecondaryButtonsOnTabPressed ( object sender, |
||
TabAnimatorInit ( ) : bool | ||
TabAnimatorStart ( ) : void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public YamuiTab ( List |
||
content | List |
|
owner | ||
return | System |