TabletPropertyDescriptionCollection Class
TabletPropertyDescriptionCollection Class |
Contains an ordered collection of TabletPropertyDescription objects.
Definition
Visual Basic .NET Public Class TabletPropertyDescriptionCollection
Inherits CollectionBaseC# public class TabletPropertyDescriptionCollection : CollectionBase Managed C++ public __gc class TabletPropertyDescriptionCollection : public CollectionBase
Members Table
The following table lists the members exposed by the object.
Methods
Method Description Add Adds a TabletPropertyDescription object to the end of the TabletPropertyDescriptionCollection collection. Clear Removes all objects from the CollectionBase instance. Inherited from CollectionBase . Equals Determines whether two Object instances are equal. Inherited from Object . Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. Inherited from Object . GetEnumerator Returns an enumerator that can iterate through the CollectionBase instance. Inherited from CollectionBase . GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Inherited from Object . GetType Gets the Type of the current instance. Inherited from Object . ICollection.CopyTo Inherited from CollectionBase . IList.Add Inherited from CollectionBase . IList.Contains Inherited from CollectionBase . IList.IndexOf Inherited from CollectionBase . IList.Insert Inherited from CollectionBase . IList.Remove Inherited from CollectionBase . MemberwiseClone Creates a shallow copy of the current Object . Inherited from Object . OnClear Performs additional custom processes when clearing the contents of the CollectionBase instance. Inherited from CollectionBase . OnClearComplete Performs additional custom processes after clearing the contents of the CollectionBase instance. Inherited from CollectionBase . OnInsert Performs additional custom processes before inserting a new element into the CollectionBase instance. Inherited from CollectionBase . OnInsertComplete Performs additional custom processes after inserting a new element into the CollectionBase instance. Inherited from CollectionBase . OnRemove Performs additional custom processes when removing an element from the CollectionBase instance. Inherited from CollectionBase . OnRemoveComplete Performs additional custom processes after removing an element from the CollectionBase instance. Inherited from CollectionBase . OnSet Performs additional custom processes before setting a value in the CollectionBase instance. Inherited from CollectionBase . OnSetComplete Performs additional custom processes after setting a value in the CollectionBase instance. Inherited from CollectionBase . OnValidate Performs additional custom processes when validating a value. Inherited from CollectionBase . ReferenceEquals Determines whether the specified Object instances are the same instance. Inherited from Object . Remove Removes a specified TabletPropertyDescription object from the TabletPropertyDescriptionCollection collection. RemoveAt Removes the element at the specified index of the CollectionBase instance. Inherited from CollectionBase . TabletPropertyDescriptionCollection Initializes a new instance of the TabletPropertyDescriptionCollection collection. ToString Returns a String that represents the current Object . Inherited from Object . Properties
Property Description Capacity Inherited from CollectionBase . Count Gets the number of elements contained in the CollectionBase instance. Inherited from CollectionBase . InkToDeviceScaleX Gets the conversion factor for the horizontal axis from ink space to digitizer coordinates. InkToDeviceScaleY Gets the conversion factor for the vertical axis from ink space to digitizer coordinates. InnerList Gets an ArrayList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase . Item Gets or sets the packet property description at the index. List Gets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase .
Inheritance Hierarchy
TabletPropertyDescriptionCollection
Class Information
Namespace Microsoft.Ink Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also