FormListControl.setText 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
setText(Int32, String) | |
setText(Int32, String, Int32) |
setText(Int32, String)
public:
virtual void setText(int num1, System::String ^ text1);
public virtual void setText (int num1, string text1);
abstract member setText : int * string -> unit
override this.setText : int * string -> unit
Public Overridable Sub setText (num1 As Integer, text1 As String)
Parameters
- num1
- Int32
- text1
- String
Applies to
setText(Int32, String, Int32)
public:
virtual void setText(int _Idx, System::String ^ _Text, int _SubItem);
public virtual void setText (int _Idx, string _Text, int _SubItem);
abstract member setText : int * string * int -> unit
override this.setText : int * string * int -> unit
Public Overridable Sub setText (_Idx As Integer, _Text As String, _SubItem As Integer)
Parameters
- _Idx
- Int32
- _Text
- String
- _SubItem
- Int32