RichEdit.LoadFromFile Method (String, Long) | |
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,
dwFormat AS LONG
) AS LOGIC
public virtual bool LoadFromFile(
string cFileName,
int dwFormat
)
Request Example
View SourceParameters
- cFileName
- Type: String
The name of the file you wish to load. - dwFormat
- Type: Long
** missing parameter documentation **
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