Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
InkPicture.Disposing Property |
Gets a value that indicates whether the InkPicture 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 InkPicture 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