Mercury.QTP.CustomServer Namespace : PREPARE_MASK Enumeration |
'Declaration
<System.Runtime.InteropServices.ComVisibleAttribute(False)> Public Enum PREPARE_MASK Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)] public enum PREPARE_MASK : System.Enum
Member | Description |
---|---|
PM_ALLFLAGS | Use all PREPARE_MASK options. |
PM_CHECKICONIC | Check if the control is iconized. |
PM_FINDOBJECT | Check if the control window exists. |
PM_MOVETOTOP | Move the control window to top. |
PM_WAITENABLED | Wait until the control window is enabled for mouse and keyboard input. |
PM_WAITVISIBLE | Wait until control window is visible. |
System.Object
System.ValueType
System.Enum
Mercury.QTP.CustomServer.PREPARE_MASK