ResourceDialog.AddToCache Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax STATIC METHOD AddToCache(
hFile AS IntPtr,
cName AS STRING,
oDlg AS ResourceDialog
) AS VOID
public static void AddToCache(
IntPtr hFile,
string cName,
ResourceDialog oDlg
)
Request Example
View SourceParameters
- hFile
- Type: IntPtr
- cName
- Type: String
- oDlg
- Type: ResourceDialog
See Also