Item Property (String)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..Item Property (String) |
| ToolControlCollecton Class See Also Send Feedback |
Retrieves the element by the element name
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ToolControl this[ string name ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As ToolControl Get |
| Visual C++ |
|---|
public: property ToolControl^ default[String^ name] { ToolControl^ get (String^ name); } |
Parameters
- name
- Type: System..::..String