OverlappedPresenter.HasBorder 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 border.
public:
property bool HasBorder { bool get(); };
bool HasBorder();
public bool HasBorder { get; }
var boolean = overlappedPresenter.hasBorder;
Public ReadOnly Property HasBorder As Boolean
Property Value
Boolean
bool
true
if this window has a border; otherwise, false
.