JavaKnownControls.IsKnown(IntPtr, Int32) Method
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.
Checks whether the accessible object is already registered.
public:
bool IsKnown(IntPtr accObj, int vmId);
public bool IsKnown (IntPtr accObj, int vmId);
member this.IsKnown : nativeint * int -> bool
Public Function IsKnown (accObj As IntPtr, vmId As Integer) As Boolean
Parameters
- accObj
-
IntPtr
nativeint
Specifies the accessibility object.
- vmId
- Int32
Returns
Returns Boolean.