IControl
IControl Interface
public interface IControl :
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatableProperties
IControl.Enabled Property
bool Enabled { get; }IControl.Exists Property
IControl.Rectangle Property
IControl.Selected Property
IControl.Text Property
IControl.Visible Property
Methods
IControl.Click() Method
IControl.Click(KeyModifiers) Method
IControl.Click(MouseButton) Method
IControl.Click(MouseButton, ClickType) Method
IControl.Click(MouseButton, ClickType, KeyModifiers) Method
IControl.Click(MouseButton, ClickType, Point) Method
IControl.Click(MouseButton, ClickType, Point, KeyModifiers) Method
IControl.Click(Point) Method
IControl.Drag(int, int, int, int) Method
Remarks
IControl.DragAndDrop(IControl) Method
IControl.DrawHighlight() Method
IControl.GetAttribute(string) Method
IControl.GetScreenshot() Method
IControl.MouseHover() Method
IControl.ScrollDown(int) Method
IControl.ScrollLeft(int) Method
IControl.ScrollRight(int) Method
IControl.ScrollUp(int) Method
IControl.SendKeys(string) Method
Last updated
Was this helpful?