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