KnownControls.UnregisterControl Method (IAccessible, Int32)

Disassociates all control names with the specified IAccessible, using the internal IAccessible identification scheme.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As KnownControls
Dim accObj As IAccessible
Dim childId As Integer

instance.UnregisterControl(accObj, childId)

Syntax

'Declaration
Public Sub UnregisterControl ( _
    accObj As IAccessible, _
    childId As Integer _
)
public void UnregisterControl (
    IAccessible accObj,
    int childId
)
public:
void UnregisterControl (
    IAccessible^ accObj, 
    int childId
)
public void UnregisterControl (
    IAccessible accObj, 
    int childId
)
public function UnregisterControl (
    accObj : IAccessible, 
    childId : int
)

Parameters

  • accObj
    Specifies the accessibility object.
  • childId
    Specifies the child ID.

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

KnownControls Class
KnownControls Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.