logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiPresenter

    Interface for a UI presenter.

    Namespace: Serenity.Ui.Application.Interfaces.Presenters
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public interface IUiPresenter

    Methods

    Hide(UiHideInput)

    Hides the UI presenter.

    Declaration
    void Hide(UiHideInput input)
    Parameters
    Type Name Description
    UiHideInput input

    Show(UiShowInput)

    Shows the UI presenter.

    Declaration
    void Show(UiShowInput input)
    Parameters
    Type Name Description
    UiShowInput input
    In this article
    © 2026 Serenity. All Rights Reserved