[DefaultValueAttribute(false)] public bool WatchFocus { get; set; }
<DefaultValueAttribute(false)> Public Property WatchFocus As Boolean Get Set
public: [DefaultValueAttribute(false)] property bool WatchFocus { bool get (); void set (bool value); }
© 2018 GitHub Community. All rights reserved.