FormListControl.add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
add(String) | |
add(String, Int32) | |
add(String, Int32, Int32) |
add(String)
add(String, Int32)
public:
virtual int add(System::String ^ text1, int num1);
public virtual int add (string text1, int num1);
abstract member add : string * int -> int
override this.add : string * int -> int
Public Overridable Function add (text1 As String, num1 As Integer) As Integer
Parameters
- text1
- String
- num1
- Int32
Returns
Applies to
add(String, Int32, Int32)
public:
virtual int add(System::String ^ _Text, int _image, int _index);
public virtual int add (string _Text, int _image, int _index);
abstract member add : string * int * int -> int
override this.add : string * int * int -> int
Public Overridable Function add (_Text As String, _image As Integer, _index As Integer) As Integer
Parameters
- _Text
- String
- _image
- Int32
- _index
- Int32