RichEdit.LoadFromFile Method (String) | |
Load data from an RTF file into the rich edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD LoadFromFile(
cFileName AS STRING
) AS LOGIC
public virtual bool LoadFromFile(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
The name of the file you wish to load.
Return Value
Type:
Logic
TRUE, if successful; otherwise FALSE.
Remarks
If successful, the current contents of the rich edit control will be replaced with the contents of the RTF file.
See Also