Refresh the text displayed.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub RefreshText() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As UXFlow
instance.RefreshText() |
| C# | |
|---|
public void RefreshText() |
| Delphi | |
|---|
public procedure RefreshText(); |
| JScript | |
|---|
public function RefreshText(); |
| Managed Extensions for C++ | |
|---|
public: void RefreshText(); |
| C++/CLI | |
|---|
public:
void RefreshText(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also