Search Results for

    Show / Hide Table of Contents

    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 Source

    AllowAutomaticTabOpening

    Declaration
    public static bool AllowAutomaticTabOpening { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LayoutDocumentPane

    Declaration
    public static RadPaneGroup LayoutDocumentPane { get; set; }
    Property Value
    Type Description
    RadPaneGroup
    | Improve this Doc View Source

    RightLayoutAnchorablePane

    Declaration
    public static RadPaneGroup RightLayoutAnchorablePane { get; set; }
    Property Value
    Type Description
    RadPaneGroup
    | Improve this Doc View Source

    Window

    Returns ans instance if the current mainwindow

    Declaration
    public static IApplicationWindow Window { get; }
    Property Value
    Type Description
    IApplicationWindow

    Methods

    | Improve this Doc View Source

    AddBusyTask()

    Declaration
    public static void AddBusyTask()
    | Improve this Doc View Source

    CallOnAfterUIReady(EventArgs)

    Declaration
    public static void CallOnAfterUIReady(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    CallOnShowStartMenu(EventArgs)

    Call show start menu

    Declaration
    public static void CallOnShowStartMenu(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    CallOnUIReady(EventArgs)

    Declaration
    public static void CallOnUIReady(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    CloseDirect()

    Declaration
    public static void CloseDirect()
    | Improve this Doc View Source

    Init()

    Declaration
    public static void Init()
    | Improve this Doc View Source

    RemoveBusyTask()

    Declaration
    public static void RemoveBusyTask()
    | Improve this Doc View Source

    SetStatusBarText(String)

    Declaration
    public static void SetStatusBarText(string text)
    Parameters
    Type Name Description
    System.String text

    Events

    | Improve this Doc View Source

    OnAfterUIReady

    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
    | Improve this Doc View Source

    OnAsyncTick

    Will be called every 10 seconds

    Declaration
    public static event EventHandler OnAsyncTick
    Event Type
    Type Description
    System.EventHandler
    | Improve this Doc View Source

    OnShowStartMenu

    Show start menu event handler

    Declaration
    public static event EventHandler OnShowStartMenu
    Event Type
    Type Description
    System.EventHandler
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx