InkEdit.Disposing Property
InkEdit.Disposing Property |
Gets a value that indicates whether the InkEdit control is being disposed of.
Definition
Visual Basic .NET Public ReadOnly Property Disposing As Boolean C# public bool Disposing { get; } Managed C++ public: __property bool* get_Disposing();
Property Value
System.Boolean. Whether the InkEdit control is being disposed of.
This property is read-only. This property has no default value.
Remarks
This property overrides the System.Windows.Forms.Control.Disposing property
See Also