GroupLab Widget Tap Library

Tap Members

Tap overview

Public Static Properties

DefaultConfigFileContents Gets the default XML configuration file contents for the Widget Tap infrastructure.

Public Static Methods

GetTapOverloaded. Creates a widget tap object to wrap a heavyweight widget.
GetTapType Gets the type of the widget tap class that can wrap a heavyweight widget.
Pick Starts an interactive widget selection cycle, returning a tap object to wrap the widget the user selects, or null if the user cancels the pick cycle.

Public Instance Constructors

TapOverloaded. Initializes a new instance of the Tap class.

Public Instance Properties

Children Gets tap objects for the children of the currently wrapped widget.
Parent Gets a tap object for the currently wrapped widget's parent.
Path Gets the path to the widget wrapped by the current tap.
Text Gets the string text of the wrapped widget.
WindowHandle Gets the windowing system identifier for the heavyweight widget or the 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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

cachedChildren Stores the data for the Children property.
desktopLocation Stores the data for the DesktopLocation property.
path Stores the data for the Path property.
windowHandle 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

Tap Class | GroupLab.WidgetTap Namespace