Associates control name 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 controlName As String
Dim accObj As IAccessible
Dim childId As Integer
instance.RegisterControl(controlName, accObj, childId)
Syntax
'Declaration
Public Sub RegisterControl ( _
controlName As String, _
accObj As IAccessible, _
childId As Integer _
)
public void RegisterControl (
string controlName,
IAccessible accObj,
int childId
)
public:
void RegisterControl (
String^ controlName,
IAccessible^ accObj,
int childId
)
public void RegisterControl (
String controlName,
IAccessible accObj,
int childId
)
public function RegisterControl (
controlName : String,
accObj : IAccessible,
childId : int
)
Parameters
- controlName
Specifies the control name.
- 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.