GroupLab Widget Tap Library

Path.Part Members

Path.Part overview

Public Instance Constructors

Path.PartOverloaded. Initializes a new instance of the Path.Part class.

Public Instance Properties

ClassName Gets the class name piece of the current part. This piece only applies to heavyweight widgets.
ControlID Gets the control identifier piece of the current part. This piece only applies to heavyweight widgets.
Grammar Gets the grammar used for parsing and formatting string representations of the current part.
IgnoreClassName Gets/stes a value that determines whether the class name piece is considered when matching this part to a heavyweight widget.
IgnoreControlID Gets/sets a value that determines whether the control identifier piece is considered when matching this part to a heavyweight widget.
IgnoreText Gets/sets a value that determines whether the text piece is considered when matching this part to a widget.
IgnoreZIndex Gets/sets a value that determines whether the z-index piece is considered when matching this part to a heavyweight widget.
Text Gets the widget text piece of the current part.
ZIndex Gets the z-index piece of the current part. This piece only applies to heavyweight widgets.

Public Instance Methods

Equals Determines if the current path part is logically equal to another.
GetHashCode Not used.
GetType (inherited from Object)Gets the Type of the current instance.
MatchWindow Gets a value that determines if the part describes the given windowing system widget.
ToString Returns a string representation of the current part.

Protected Instance Fields

className Stores the data for the ClassName property.
classNameRegex Stores the data for the ClassNameRegex property.
controlID Stores the data for the ControlID property.
grammar Stores the data for the Grammar property.
ignoreClassName Stores the data for the IgnoreClassName property.
ignoreControlID Stores the data for the IgnoreControlID property.
ignoreText Stores the data for the IgnoreText property.
ignoreZIndex Stores the data for the IgnoreZIndex property.
text Stores the data for the Text property.
textRegex Stores the data for the TextRegex property.
zIndex Stores the data for the ZIndex 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

Path.Part Class | GroupLab.WidgetTap Namespace