LineDisplayCapabilities.IsCursorSupported 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 si l’affichage de ligne prend en charge un curseur.
public:
property bool IsCursorSupported { bool get(); };
bool IsCursorSupported();
public bool IsCursorSupported { get; }
var boolean = lineDisplayCapabilities.isCursorSupported;
Public ReadOnly Property IsCursorSupported As Boolean
Valeur de propriété
Boolean
bool
True si l’affichage de ligne prend en charge un curseur ; sinon, false.