OverlappedPresenter.HasBorder Property

Definition

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;

Applies to