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