ProgressWindow.ControlText(Int32, String) 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.
public:
virtual void ControlText(int _index, System::String ^ _text);
public virtual void ControlText (int _index, string _text);
abstract member ControlText : int * string -> unit
override this.ControlText : int * string -> unit
Public Overridable Sub ControlText (_index As Integer, _text As String)
Parameters
- _index
- Int32
- _text
- String