Interface IUIScreen
Defines the contract for a user interface screen that can be shown or hidden.
Namespace: Fwt.Core.UI.Screens
Assembly: fwt.core.dll
Syntax
public interface IUIScreen
Properties
Name
Name of the UI screen.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Hide()
Hides the current element from view or user interaction.
Declaration
void Hide()
Show()
Displays the user interface or window associated with the current instance.
Declaration
void Show()