Interface IApplicationWindow
Interface which must be implemented in the Simplic Studio main window, to be accessable from the MainWindowBridge
Assembly: Simplic.Framework.Base.dll
Syntax
public interface IApplicationWindow
Properties
|
Improve this Doc
View Source
LayoutDocumentPane
Declaration
RadPaneGroup LayoutDocumentPane { get; set; }
Property Value
Type |
Description |
RadPaneGroup |
|
|
Improve this Doc
View Source
RightLayoutAnchorablePane
Declaration
RadPaneGroup RightLayoutAnchorablePane { get; set; }
Property Value
Type |
Description |
RadPaneGroup |
|
Methods
|
Improve this Doc
View Source
AddBusyTask()
Declaration
|
Improve this Doc
View Source
CloseDirect()
Declaration
|
Improve this Doc
View Source
Init()
Declaration
|
Improve this Doc
View Source
RemoveBusyTask()
Declaration
|
Improve this Doc
View Source
SetStatusBarText(String)
Declaration
void SetStatusBarText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Events
|
Improve this Doc
View Source
OnAfterUIReady
Declaration
event EventHandler OnAfterUIReady
Event Type
Type |
Description |
System.EventHandler |
|
|
Improve this Doc
View Source
OnUIReady
Declaration
event EventHandler OnUIReady
Event Type
Type |
Description |
System.EventHandler |
|