OverlappedPresenter.SetBorderAndTitleBar(Boolean, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les propriétés de bordure et de barre de titre de la fenêtre.
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)
Paramètres
- hasBorder
-
Boolean
bool
true
si cette fenêtre a une bordure ; sinon, false
;
- hasTitleBar
-
Boolean
bool
true
si cette fenêtre a une barre de titre ; sinon, false
;