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