Property | Type | Description | |
---|---|---|---|
BackstageView_Load | void | ||
ButtonClick | void | ||
CreateLinkButton | void | ||
PageHasChildren | bool | ||
UpdateButtonAppearance | void | ||
lnkButton_DoubleClick | void | ||
popoutForm_FormClosing | void |
Method | Description | |
---|---|---|
ActivatePage ( |
||
AddPage ( |
Add a page (tab) to this backstage view. Will be added at the end/bottom
|
|
AddSpacer ( int spacerheight ) : void |
Add a spacer to this backstage view. Will be added at the end/bottom
|
|
BackstageView ( ) : System | ||
Close ( ) : void | ||
DrawMenu ( |
||
UpdateDisplay ( ) : void |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
BackstageView_Load ( object sender, |
||
ButtonClick ( object sender, |
||
CreateLinkButton ( |
||
PageHasChildren ( |
||
UpdateButtonAppearance ( ) : void | ||
lnkButton_DoubleClick ( object sender, |
||
popoutForm_FormClosing ( object sender, |
public ActivatePage ( |
||
associatedPage | ||
return | void |
public AddPage ( |
||
userControl | ||
headerText | string | |
Parent | ||
advanced | bool | |
return |
public AddSpacer ( int spacerheight ) : void | ||
spacerheight | int | the amount to space by |
return | void |
public DrawMenu ( |
||
CurrentPage | ||
force | bool | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |