|
FlexCartesianChart |
Top Previous Next |
|
FlexCartesianChart
Behavior Pattern: FlexCartesianChartBehavior
Property Summary
Action Summary
Property Detail
Accessors: GetAlpha
Accessors: GetAutomationClassName
Accessors: GetAutomationIndex
Accessors: GetAutomationName
Accessors: GetClassName
Accessors: GetClipContent
Accessors: GetCurrentState
Accessors: GetDataTipLayerIndex
Accessors: GetDataTipMode
Accessors: GetDescription
Accessors: GetEnabled
Accessors: GetErrorColor
Accessors: GetErrorString
Accessors: GetFlexX
Accessors: GetFlexY
Accessors: GetFocusEnabled
Accessors: GetFontFamily
Accessors: GetFontSize
Accessors: GetGutterBottom
Accessors: GetGutterLeft
Accessors: GetGutterRight
Accessors: GetGutterTop
Accessors: GetHeight
Accessors: GetHorizontalAxisRatio
Accessors: GetId
Accessors: GetMaximumDataTipCount
Accessors: GetMouseEnabled
Accessors: GetMouseSensitivity
Accessors: GetNumAutomationChildren
Accessors: GetPaddingBottom
Accessors: GetPaddingLeft
Accessors: GetPaddingRight
Accessors: GetPaddingTop
Accessors: GetPercentHeight
Accessors: GetPercentWidth
Accessors: GetScaleX
Accessors: GetScaleY
Accessors: GetShowDataTips
Accessors: GetShowDataTipTargets
Accessors: GetTabChildren
Accessors: GetTabEnabled
Accessors: GetTabIndex
Accessors: GetTextAlign
Accessors: GetThemeColor
Accessors: GetToolTip
Accessors: GetUseHandCursor
Accessors: GetVisible
Accessors: GetWidth
Accessors: GetX
Accessors: GetY
Action Detail
DoChangeFocus(shiftKey, keyCode)
Parameters:
Parameters:
DoMouseMove(localX, localY, keyModifier)
Parameters:
Behavior Pattern: Win32Generic
Property Summary
Action Summary
Property Detail
UI Image of the object. Accessors: GetBitmap
UI Image of the object in 1-bit format (black&white). Accessors: GetBWBitmap
Class of the object. Accessors: GetClass
Height of the object. Accessors: GetHeight
Name of the object. Accessors: GetName
SeSMatcherRule type for this object. Accessors: GetObjectType
State of the object. Accessors: GetState
Value of the object. Accessors: GetValue, SetValue
Width of the object. Accessors: GetWidth
Window text of the object. Accessors: GetWindowText, SetWindowText
X-coordinate of the top left corner of the object. Accessors: GetX
Y-coordinate of the top left corner of the object. Accessors: GetY
Action Detail
Performs default action for an object. If the object doesn't have default action then 'LClick' is performed.
Plays analog recording using coordinates relative to this object.
Parameters:
DoClick(clickType, xOffset, yOffset) Performs left click at the center of an object. It is a customizable variant of LClick action.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Makes sure specified element is visible on the screen.
Performs left mouse button down. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: This action must be followed by 'DoLButtonUp', otherwise it may lock mouse cursor.
Performs left mouse button up. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: Use this action after 'DoLButtonDown', otherwise it will have no effect.
Performs a left click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Performs a left double click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Performs middle mouse button down. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: This action must be followed by 'DoMButtonUp', otherwise it may lock mouse cursor.
Performs middle mouse button up. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: Use this action after 'DoMButtonDown', otherwise it will have no effect.
Performs a middle click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Performs a middle double click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Moves mouse cursor to a location relative to this object position.
Parameters:
Performs right mouse button down. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: This action must be followed by 'DoRButtonUp', otherwise it may lock mouse cursor.
Performs right mouse button up. This method does not change cursor coordinates. Make sure that you use 'DoMouseMove' to position mouse cursor properly before calling this method. Note: Use this action after 'DoRButtonDown', otherwise it will have no effect.
Performs a right click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Performs a right double click at the center of an object or at the specified location.
Parameters:
Returns:
'true' if operation is successful, 'false' otherwise
Sends series of keystrokes to an object. For example: DoSendKeys('^F') - sends {CTRL} + {F}. See MSDN Article for SendKeys
Parameters:
|