ResourceTextSetText Method  | 
 
            Sets the text using a String.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetText(
	string text
)
Public Sub SetText ( 
	text As String
)
public:
void SetText(
	String^ text
)
member SetText : 
        text : string -> unit 
Parameters
- text
 - Type: SystemString
text 
See Also