|
@@ -26,10 +26,6 @@ public class Responder : IDisposable
|
|
/// <summary>Gets or sets a value indicating whether this <see cref="Responder"/> can respond to user interaction.</summary>
|
|
/// <summary>Gets or sets a value indicating whether this <see cref="Responder"/> can respond to user interaction.</summary>
|
|
public virtual bool Enabled { get; set; } = true;
|
|
public virtual bool Enabled { get; set; } = true;
|
|
|
|
|
|
- /// <summary>Gets or sets a value indicating whether this <see cref="Responder"/> has focus.</summary>
|
|
|
|
- /// <value><c>true</c> if has focus; otherwise, <c>false</c>.</value>
|
|
|
|
- public virtual bool HasFocus { get; }
|
|
|
|
-
|
|
|
|
/// <summary>Gets or sets a value indicating whether this <see cref="Responder"/> and all its child controls are displayed.</summary>
|
|
/// <summary>Gets or sets a value indicating whether this <see cref="Responder"/> and all its child controls are displayed.</summary>
|
|
public virtual bool Visible { get; set; } = true;
|
|
public virtual bool Visible { get; set; } = true;
|
|
|
|
|