public bool IsFocused { get; set; }
Public Property IsFocused As Boolean Get Set
public: property bool IsFocused { bool get (); void set (bool value); }
member IsFocused : bool with get, set
In This Article