RichEdit.SaveToFile Method (Typed) | |
Save the current contents of the control to an RTF file.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SaveToFile(
cFileName AS STRING,
dwFormat AS LONG
) AS LOGIC
public virtual bool SaveToFile(
string cFileName,
[DefaultParameterValueAttribute(2, 0)] int dwFormat
)
Request Example
View SourceParameters
- cFileName
- Type: String
The name of the file to which you wish to save. - dwFormat
- Type: Long
** missing parameter documentation **
Return Value
Type:
Logic
TRUE, if successful; otherwise FALSE.
See Also