'Declaration Public Overloads Function Add( _ ByVal value As System.Object _ ) As System.Integer
public System.int Add( System.object value )
Parameters
- value
- The object to be added to the end of the RadialMenuItemCollection.
Return Value
The index of last element in collection if value is not null; -1 otherwise.