Свойство | Type | Description | |
---|---|---|---|
AddWindowButton | void | ||
CheckAeroEnabled | bool | ||
FocusMe | bool | ||
HitTestNca | WinApi.HitTest | ||
MoveControl | void | ||
OnGetMinMaxInfo | void | ||
OnShown | void | ||
RemoveCloseButton | void | ||
UpdateWindowButtonPosition | void | ||
WindowButton_Click | void |
Méthode | Description | |
---|---|---|
CreateContent ( List |
Automatically generates the tabs/pages
|
|
CreateTopLinks ( List |
Automatically generates top links
|
|
FindFocusedControl ( ) : |
||
Notify ( string message, int stickDurationSecs ) : void |
Displays an animated notification on the bottom of the form you can choose how much time the notif will last (in seconds)
|
|
ShowPage ( string pageName ) : void |
Go to page pagename
|
|
YamuiForm ( ) : System |
Méthode | Description | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void | ||
OnEnabledChanged ( |
||
OnLoad ( |
On load of the form
|
|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnResizeEnd ( |
||
WndProc ( |
Méthode | Description | |
---|---|---|
AddWindowButton ( WindowButtons button ) : void | ||
CheckAeroEnabled ( ) : bool | ||
FocusMe ( ) : bool | ||
HitTestNca ( |
||
MoveControl ( ) : void | ||
OnGetMinMaxInfo ( |
||
OnShown ( object sender, |
allows to do stuff only when everything is fully loaded
|
|
RemoveCloseButton ( ) : void | ||
UpdateWindowButtonPosition ( ) : void | ||
WindowButton_Click ( object sender, |
public CreateContent ( List |
||
menuDescriber | List |
|
Résultat | void |
public CreateTopLinks ( List |
||
links | List |
|
onTabPressed | EventHandler |
|
xPosFromRight | int | |
yPosFromTop | int | |
Résultat | void |
public FindFocusedControl ( ) : |
||
Résultat |
public Notify ( string message, int stickDurationSecs ) : void | ||
message | string | |
stickDurationSecs | int | |
Résultat | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Résultat | void |
protected OnEnabledChanged ( |
||
e | ||
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnResizeEnd ( |
||
e | ||
Résultat | void |
protected WndProc ( |
||
m | ||
Résultat | void |