Class MainWindowBridge
Inheritance
System.Object
MainWindowBridge
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public static class MainWindowBridge
Properties
| Improve this Doc View SourceAllowAutomaticTabOpening
Declaration
public static bool AllowAutomaticTabOpening { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LayoutDocumentPane
Declaration
public static RadPaneGroup LayoutDocumentPane { get; set; }
Property Value
Type | Description |
---|---|
RadPaneGroup |
RightLayoutAnchorablePane
Declaration
public static RadPaneGroup RightLayoutAnchorablePane { get; set; }
Property Value
Type | Description |
---|---|
RadPaneGroup |
Window
Returns ans instance if the current mainwindow
Declaration
public static IApplicationWindow Window { get; }
Property Value
Type | Description |
---|---|
IApplicationWindow |
Methods
| Improve this Doc View SourceAddBusyTask()
Declaration
public static void AddBusyTask()
CallOnAfterUIReady(EventArgs)
Declaration
public static void CallOnAfterUIReady(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
CallOnAsyncTick(Object, EventArgs)
Start ticking
Declaration
public static void CallOnAsyncTick(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Sender |
System.EventArgs | e | Arguments |
CallOnShowStartMenu(EventArgs)
Call show start menu
Declaration
public static void CallOnShowStartMenu(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
CallOnUIReady(EventArgs)
Declaration
public static void CallOnUIReady(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
CloseDirect()
Declaration
public static void CloseDirect()
Init()
Declaration
public static void Init()
RemoveBusyTask()
Declaration
public static void RemoveBusyTask()
SetStatusBarText(String)
Declaration
public static void SetStatusBarText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Events
| Improve this Doc View SourceOnAfterUIReady
Event which will be called, after the UI is ready. Please UNSUBSCRIBE from this event to prevent memory leaks!
Declaration
public static event EventHandler OnAfterUIReady
Event Type
Type | Description |
---|---|
System.EventHandler |
OnAsyncTick
Will be called every 10 seconds
Declaration
public static event EventHandler OnAsyncTick
Event Type
Type | Description |
---|---|
System.EventHandler |
OnShowStartMenu
Show start menu event handler
Declaration
public static event EventHandler OnShowStartMenu
Event Type
Type | Description |
---|---|
System.EventHandler |
OnUIReady
Event which will be called, if the UI is ready. Please UNSUBSCRIBE from this event to prevent memory leaks!
Declaration
public static event EventHandler OnUIReady
Event Type
Type | Description |
---|---|
System.EventHandler |