GroupLab Widget Tap Library

RangeTap Members

RangeTap overview

Public Static Methods

Pick Starts an interactive selection cycle, constraining the selection to widgets that can be tapped by objects derrive from RaneTap.

Public Instance Constructors

RangeTapOverloaded. Initializes a new instance of the RangeTap class.

Public Instance Properties

Children Gets the children of the tapped widget.
HasStrings Gets a value that indicates whether there are text strings associated with each value in the range, such as with list box widgets.
Maximum Gets or sets the upper bound of the range.
Minimum Gets or sets the lower bound of the range.
Parent Gets the parent of the tapped widget.
Path Gets the path to the tapped widget.
Text Gets the string name for the tapped widget, which is usually the text displayed for the push button, menu item, or toolbar button.
Value Gets or sets the tapped widget's current value in the range.
WindowHandle Gets the windowing system indentifier of the tapped heavyweight widget, or the tapped lightweight widget's heavyweight container.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetValueString Gets the string associated with a value in the range.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

RangeTapOverloaded. Initializes a new instance of the RangeTap class.

Protected Instance Fields

cachedChildren (inherited from Tap) Stores the data for the Children property.
desktopLocation (inherited from Tap) Stores the data for the DesktopLocation property.
path (inherited from Tap) Stores the data for the Path property.
windowHandle (inherited from Tap) Stores the data for the WindowHandle property.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

RangeTap Class | GroupLab.WidgetTap Namespace