Unregisters the registered control.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As JavaKnownControls
Dim accObj As IntPtr
Dim vmId As Integer
instance.UnregisterControl(accObj, vmId)
Syntax
'Declaration
Public Sub UnregisterControl ( _
accObj As IntPtr, _
vmId As Integer _
)
public void UnregisterControl (
IntPtr accObj,
int vmId
)
public:
void UnregisterControl (
IntPtr accObj,
int vmId
)
public void UnregisterControl (
IntPtr accObj,
int vmId
)
public function UnregisterControl (
accObj : IntPtr,
vmId : int
)
Parameters
- accObj
Specifies the accessibility object.
- vmId
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
JavaKnownControls Class
JavaKnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.