GroupLab Widget Tap Library

CommandTap Members

CommandTap overview

Public Static Methods

Pick Starts an interactive selection cycle, constraining selectable widgets to only those that can be tapped by a class derrived from CommandTap.

Public Instance Constructors

CommandTapOverloaded. Initializes a new instance of the CommandTap class.

Public Instance Properties

Children Gets the children of the tapped widget.
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.
WindowHandle Gets the windowing system indentifier of the tapped heavyweight widget, or the tapped lightweight widget's heavyweight container.

Public Instance Methods

Click Simulates the user clicking the widget to invoke its associated command.
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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

CommandTapOverloaded. Initializes a new instance of the CommandTap 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

CommandTap Class | GroupLab.WidgetTap Namespace