Show / Hide Table of Contents

Interface ITabWaiting

Allows a view to specify in the header of its tab that it's waiting for focus.

Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface ITabWaiting

Properties

View Source

Waiting

Gets or sets a value indicating whether the view is waiting for focus.

Declaration
bool Waiting { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX