SystemParameters.IconTitleWrap Propriété
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.
Obtient une valeur indiquant si l’habillage de titre d’icône est activé.
public:
static property bool IconTitleWrap { bool get(); };
public static bool IconTitleWrap { get; }
static member IconTitleWrap : bool
Public Shared ReadOnly Property IconTitleWrap As Boolean
Valeur de propriété
true si l’habillage de titre d’icône est activé ; sinon false.
Remarques
Mappe à SPI_GETICONMETRICS, qui fait référence SPI_GETICONTITLEWRAP. Consultez SystemParametersInfo.
Utilisation des attributs XAML
<
object property="{ SystemParameters.IconTitleWrap}"/>