![]() DefaultConfigFileContents | Gets the default XML configuration file contents for the Widget Tap infrastructure. |
![]() GetTap | Overloaded. 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.
|
Tap | Overloaded. Initializes a new instance of the Tap class. |
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. |
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. |
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. |
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. |