OverlappedPresenter.SetBorderAndTitleBar(Boolean, Boolean) Method
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.
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
.