Intersoft ClientUI Documentation
Run Constructor(String)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > Run Class > Run Constructor : Run Constructor(String)






text
Initializes a new instance of the Run class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New Run(text)
C# 
public Run( 
   string text
)
Delphi 
public Run( 
    text: String
); 
JScript 
public function Run( 
   text : String
);
Managed Extensions for C++ 
public: Run( 
   string* text
)
C++/CLI 
public:
Run( 
   String^ text
)

Parameters

text

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

© 2012 All Rights Reserved.