ControlVisibility Enumeration
Control visibility possible states.
Syntax
public enum ControlVisibility : System.Enum 
Members
MemberDescription
HiddenControl is Hidden.
NotVisibleThe rectangle is not visible in the AUT. User needs to scroll to see rectangle.
PartialVisiblePart of the rectangle is visible in the AUT. User needs to scroll to see remainder of control.
UndeterminedDefault status prior to initialization.
VisibleThe rectangle is visible in the AUT.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.Sprinter.Scanners.API.ControlVisibility