OverlappedPresenter.HasTitleBar Property

Definition

Gets a value that indicates whether this window has a title bar.

public:
 property bool HasTitleBar { bool get(); };
bool HasTitleBar();
public bool HasTitleBar { get; }
var boolean = overlappedPresenter.hasTitleBar;
Public ReadOnly Property HasTitleBar As Boolean

Property Value

Boolean

bool

true if this window has a title bar; otherwise, false;

Applies to