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 SourceWaiting
Gets or sets a value indicating whether the view is waiting for focus.
Declaration
bool Waiting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |