Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OverlappedPresenter.HasTitleBar Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?