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