MenuItemCollectionAdd Method
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public int Add(
        Object A_0
)
 
Public Function Add ( 
        A_0 As Object
) As Integer
 
public:
virtual int Add(
        Object^ A_0
) sealed
 
abstract Add : 
        A_0 : Object -> int 
override Add : 
        A_0 : Object -> int 
 
 
 
Parameters
- A_0
 
- Type: SystemObject
 
Return Value
Type: 
Int32
Implements
IListAdd(Object) 
See Also