ScanControl Class
Members 
A control or an element in the Application Under Test (AUT).
Object Model
ScanControl ClassScanControl Class
Syntax
public class ScanControl 
Inheritance Hierarchy

System.Object
   HP.Sprinter.Scanners.API.ScanControl

Public Constructors
 NameDescription
Public ConstructorScanControl ConstructorConstructor  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteXThe position of the left edge of this control relative to the monitor.  
Public PropertyAbsoluteYThe position of the top edge of this control relative to the monitor.  
Public PropertyChildrenThe list of the direct child controls of this control.  
Public PropertyHeightThe height of the control.  
Public PropertyIdThe ID of the control.  
Public PropertyRunTimeExtendedPropertiesFor future extension of the ScanControl.  
Public PropertyTextThe text of the control.  
Public PropertyTypeThe control's type.  
Public PropertyVisibilityThis control's visibility state.  
Public PropertyWidthThe width of the control.  
Public PropertyXThe position of the left edge of this control relative to its container.  
Public PropertyYThe position of the top edge of this control relative to its container.  
Top
Public Methods
 NameDescription
Public MethodCloneReturns a new copy of this control object.  
Public MethodGetAllControlsReturns a flat list of all the controls in the tree from this control down.  
Top