PREPARE_MASK Enumeration
Bit mask for the PrepareForReplay method.
Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
Public Enum PREPARE_MASK 
   Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)]
public enum PREPARE_MASK : System.Enum 
Members
MemberDescription
PM_ALLFLAGSUse all PREPARE_MASK options.
PM_CHECKICONICCheck if the control is iconized.
PM_FINDOBJECTCheck if the control window exists.
PM_MOVETOTOPMove the control window to top.
PM_WAITENABLEDWait until the control window is enabled for mouse and keyboard input.
PM_WAITVISIBLEWait until control window is visible.
Remarks
Pass a single value of this enum or the result of a bitwise OR of multiple values to CustomServerBase.PrepareForReplay.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.CustomServer.PREPARE_MASK