JavaKnownControls Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functionality for the registration/registration of UI controls.
public ref class JavaKnownControls
public class JavaKnownControls
type JavaKnownControls = class
Public Class JavaKnownControls
- Inheritance
-
JavaKnownControls
Constructors
JavaKnownControls() |
Initializes a new instance of the JavaKnownControls class. |
Methods
AddControlEvents(String, String) |
Adds the date time for the control event. |
GetControlEventDateTime(String, String) |
Gets the control event datetime for the given control event. |
GetControlName(IntPtr, Int32) |
Gets control name for the given key. |
IsControlEventListed(String, String) |
Checks whether the control event is a new entry. |
IsKnown(IntPtr, Int32) |
Checks whether the accessible object is already registered. |
RegisterControl(String, IntPtr, Int32) |
Associates the accessible object with the control. |
RegisterControl(String, IntPtr) |
Associates the window handle with the control. |
UnregisterControl(IntPtr, Int32) |
Unregisters the registered control. |
UnregisterControlEvent(String, String) |
Unregisters the registered control event. |
UpdateControlEvents(String, String) |
Updates the date time for the control event. |