Item |
Scroll |
Gets the TheMenu item with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ nIndex As Integer _ ) As TheMenu C# public virtual TheMenu this [int nIndex] { get; set;}
ParametersnIndex Zero-based index in the condition list.
Property ValueThe TheMenu item with the specified nIndex. |
|