ScanControl Class Properties

For a list of all members of this type, see ScanControl members.

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