'Declaration Public Overloads Overrides Sub Click( _ ByVal subitem As Rational.Test.Ft.Script.Subitem _ )
public override void Click( Rational.Test.Ft.Script.Subitem subitem )
Target object | Subitem Patterns | Desciption |
RadialNeedle - Describes a needle marker on a radial gauge. This is the only marker that is alterable via the mouse. | AtList(AtLocation("RadialNeedle"), AtGauge , AtScale, AtNeedle ) | AtLocation("RadialNeedle") - A Tag for giving context. AtGauge - A Name, Index, or Position subitem which describes which gauge layer the marker is on. - AtName - Uses the Key of the Gauge to find the gauge layer - AtIndex - Finds the Gauge layer ommitting the non visible layers. - AtPosition - Finds the Gauge layer based on it's index in the Gauges collection. AtScale - A Name, Index, or Position subitem which describes which scale layer the marker is on. - AtName - Uses the Key of the scale to find the scele layer - AtIndex - Finds the scale layer ommitting the non visible layers. - AtPosition - Finds the scale layer based on it's index in the Scales collection. AtMarker - A Name, Index, or Position subitem which describes which marker layer the marker is on. - AtName - Uses the Key of the marker to find the marker layer - AtIndex - Finds the marker layer ommitting the non visible layers. - AtPosition - Finds the marker layer based on it's index in the markers collection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2