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