Search Results for

    Show / Hide Table of Contents

    Interface IApplicationWindow

    Interface which must be implemented in the Simplic Studio main window, to be accessable from the MainWindowBridge

    Namespace: Simplic.Framework.UI
    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
    void AddBusyTask()
    | Improve this Doc View Source

    CloseDirect()

    Declaration
    void CloseDirect()
    | Improve this Doc View Source

    Init()

    Declaration
    void Init()
    | Improve this Doc View Source

    RemoveBusyTask()

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