Search Results for

    Show / Hide Table of Contents

    Interface IPopupWindow<TResult>

    A popup window that allows the display of any custom view with a specified result, controlled an instance of the PopupWindowController<TResult>

    Inherited Members
    IWindow.Controller
    IWindow.CloseWindow()
    IWindow.ShowDialog()
    IWindow.Show()
    IWindow.SetOwner(IWindow)
    Namespace: LemonEdge.Client.Core.Support
    Assembly: ClientCore.dll
    Syntax
    public interface IPopupWindow<TResult> : IWindow
    Type Parameters
    Name Description
    TResult

    The type of result returned when the popup window is closed/dismissed

    Methods

    InitController(PopupWindowController<TResult>)

    Sets the specified instance of the controller for this popup window

    Declaration
    void InitController(PopupWindowController<TResult> controller)
    Parameters
    Type Name Description
    PopupWindowController<TResult> controller

    The instance of the controller for this popup window

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.