Property | Type | Description | |
---|---|---|---|
renderer | IRenderer | ||
uimlDoc | UimlDocument |
Method | Description | |
---|---|---|
OpenUimlFile ( ) : void | ||
Quit ( ) : void | ||
Render ( ) : void | ||
Show ( string file, bool replace ) : void |
Displays a new UIML dialog. Will render it if necessary, otherwise just try to bring it to the front.
|
|
UimlFrontEnd ( ) : Uiml.Peers | ||
UimlFrontEnd ( string frontendFile, string frontendLib ) : Uiml.Peers | ||
Version ( ) : void |
Method | Description | |
---|---|---|
FileToDictionaryKey ( string file ) : string | ||
LoadFrontEnd ( ) : void | ||
Render ( string file ) : void | ||
SetupFrontEndFiles ( string frontendFile, string frontendLib ) : void | ||
UimlDocument_Activated ( object sender, |
||
UimlDocument_Closed ( object sender, |
public Show ( string file, bool replace ) : void | ||
file | string | The UIML file to display (or render) |
replace | bool | Indicates whether Uiml.net should hide the current window when displaying the new one. |
return | void |
public UimlFrontEnd ( string frontendFile, string frontendLib ) : Uiml.Peers | ||
frontendFile | string | |
frontendLib | string | |
return | Uiml.Peers |