'DeclarationOverloads Sub AddItem( _ ByVal text As System.String _ )
'UsageDim instance As IControlFormat Dim text As System.String instance.AddItem(text)
void AddItem( System.string text )
procedure AddItem( 
    text: System.String
); 
            function AddItem( text : System.String );
void AddItem( System.string* text )
void AddItem( System.String^ text )
Parameters
- text
 - Specifies the text of the item to add.