IDirList.put_ShowTitle(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.
Affiche ou masque le titre de la liste des répertoires.
public:
int put_ShowTitle(bool bShow);
public:
int put_ShowTitle(bool bShow);
int put_ShowTitle(bool bShow);
[System.Runtime.InteropServices.DispId(1610743813)]
public int put_ShowTitle (bool bShow);
[<System.Runtime.InteropServices.DispId(1610743813)>]
abstract member put_ShowTitle : bool -> int
Public Function put_ShowTitle (bShow As Boolean) As Integer
Paramètres
- bShow
- Boolean
true pour afficher le titre ; false pour le masquer.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
- Attributs