TabletPropertyDescriptionCollection.Remove Method
TabletPropertyDescriptionCollection.Remove Method |
Removes a specified TabletPropertyDescription object from the TabletPropertyDescriptionCollection collection.
Definition
Visual Basic .NET Public Sub Remove( _
ByVal value As TabletPropertyDescription _
)C# public void Remove(
TabletPropertyDescription value
);Managed C++ public: void Remove(
TabletPropertyDescription *value
);
Parameters
value Microsoft.Ink.TabletPropertyDescription. The TabletPropertyDescription object to remove.
Remarks
The elements that follow the removed element move up to occupy the vacated spot. The indexes of the elements that are moved are also updated.
See Also