Overload List
Gets the specified Action from the collection by numeric index.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As Action
[C#] public Action this[int]{get;}
[Delphi] public property Item[i: Int32]: Action read get_Item;
Gets the specified Action from the collection by name.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As Action
[C#] public Action this[string]{get;}
[Delphi] public property Item[name: String]: Action read get_Item;
See Also
ActionCollection Class | ActionCollection Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |