OverlappedPresenter.SetBorderAndTitleBar(Boolean, Boolean) Method

Definition

Sets the border and title bar properties of the window.

public:
 virtual void SetBorderAndTitleBar(bool hasBorder, bool hasTitleBar) = SetBorderAndTitleBar;
void SetBorderAndTitleBar(bool const& hasBorder, bool const& hasTitleBar);
public void SetBorderAndTitleBar(bool hasBorder, bool hasTitleBar);
function setBorderAndTitleBar(hasBorder, hasTitleBar)
Public Sub SetBorderAndTitleBar (hasBorder As Boolean, hasTitleBar As Boolean)

Parameters

hasBorder
Boolean

bool

true if this window has a border; otherwise, false;

hasTitleBar
Boolean

bool

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

Applies to