public abstract bool IsCloseButtonEnabled { get; }Public MustOverride ReadOnly Property IsCloseButtonEnabled As Boolean
Getpublic:
virtual property bool IsCloseButtonEnabled {
bool get () abstract;
}abstract IsCloseButtonEnabled : bool with get