FreeFlow class library

ActionCollection.Item Property (String)

Gets the Action with the specified name.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal name As String _
) As Action
[C#]
public Action this[
   string name
] {get;}

See Also

ActionCollection Class | FreeFlow.Administration Namespace | ActionCollection.Item Overload List