InkEdit.Disposing, propriété
Mise à jour : November 2007
Obtient une valeur qui indique si le contrôle InkEdit est supprimé.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Disposing As Boolean
'Utilisation
Dim instance As InkEdit
Dim value As Boolean
value = instance.Disposing
[BrowsableAttribute(false)]
public bool Disposing { get; }
[BrowsableAttribute(false)]
public:
property bool Disposing {
bool get ();
}
/** @property */
/** @attribute BrowsableAttribute(false) */
public boolean get_Disposing()
public function get Disposing () : boolean
Valeur de propriété
Type : System.Boolean
Si le contrôle InkEdit est supprimé.
Notes
Cette propriété substitue la propriété System.Windows.Forms.Control.Disposing (page pouvant être en anglais).
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0
Voir aussi
Référence
Autres ressources
System.Windows.Forms.Control.Disposing (page pouvant être en anglais)