ControlCollection.Item Property
Gets the control element with the specified name.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ControlCollection
Dim name As String
Dim value As ControlElement
value = instance(name)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As ControlElement
public ControlElement this [
string name
] { get; }
public:
property ControlElement^ default [String^] {
ControlElement^ get (String^ name);
}
/** @property */
public ControlElement get_Item (String name)
Parameters
- name
Specifies the name.
Property Value
Type:ControlElement.
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
ControlCollection Class
ControlCollection Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.