public bool CanAutoFocus { get; set; }
Public Property CanAutoFocus As Boolean
Get
Set
public:
virtual property bool CanAutoFocus {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanAutoFocus : bool with get, set
override CanAutoFocus : bool with get, set