IControl
Last updated
Was this helpful?
Last updated
Was this helpful?
Defines the basic interactions for controls that implement the Control interface.
Derived ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳ ↳
Implements
Gets a value indicating whether this instance is enabled.
Property Value
Gets a value indicating whether this instance exists.
Property Value
Gets the x and y coordinates, and width and height size of this control.
Property Value
Gets a value indicating whether this instance is selected in a list.
Property Value
Gets the text value of this control.
Property Value
Gets a value indicating whether this instance is visible.
Property Value
Clicks this instance.
Clicks this control.
Parameters
The key modifiers to be used when the control is clicked.
Clicks this control.
Parameters
The mouse button used to perform the click.
Clicks this control.
Parameters
The mouse button used to perform the click.
The type of click to be performed.
Clicks this control.
Parameters
The mouse button used to perform the click.
The type of click to be performed.
The key modifiers to be used when the control is clicked.
Clicks this control.
Parameters
The mouse button used to perform the click.
The type of click to be performed.
The location within the control to be clicked.
Clicks this control.
Parameters
The mouse button used to perform the click.
The type of click to be performed.
The location within the control to be clicked.
The key modifiers to be used when the control is clicked.
Clicks this control.
Parameters
The location within the control to be clicked.
Move the mouse cursor from a specific coordinate to a another.
Parameters
Starting position at x-axis relative to the control.
Starting position at y-axis relative to the control.
Drags this instance to the target control's position.
Parameters
The target control.
Draws a red highlight around this control.
Gets a specific attribute.
Parameters
Returns
Gets a screenshot of this control.
Returns
Positions the cursor over this instance.
Moves the vertical scrollbar down by that number of pixels.
Parameters
Number of pixels to move.
Moves the horizontal scrollbar to the left by that number of pixels.
Parameters
Number of pixels to move.
Moves the horizontal scrollbar to the right by that number of pixels.
Parameters
Number of pixels to move.
Moves the vertical scrollbar up by that number of pixels.
Parameters
Number of pixels to move.
Sends a key event to this instance.
Parameters
keyModifiers
mouseButton
mouseButton
clickType
mouseButton
clickType
keyModifiers
mouseButton
clickType
location
mouseButton
clickType
location
keyModifiers
location
x
y
distanceX
Distance at x-axis relative to the coordinate.
distanceY
Distance at y-axis relative to the coordinate.
Remember that and could be negative to move left and up.
target
attribute
The attribute to get..
A string which contains the attribute's value. If it's not found, null is returned instead.
The screenshot of this control.
numberOfPixels
numberOfPixels
numberOfPixels
numberOfPixels
keys
The key.