 | ExportTypeExtensionCreateExportProfileSettingsControl Method |
Override majority of the settings page with your custom control.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool CreateExportProfileSettingsControl(
out long plControlHWND
)
Public Overridable Function CreateExportProfileSettingsControl (
<OutAttribute> ByRef plControlHWND As Long
) As Boolean
Parameters
- plControlHWND Int64
- Return handle to your custom control
Return Value
BooleanReturn true if tou provided control handle, false otherwise.
Revision HistoryDate | Version | Description |
---|
- | 2017 SP1 | First Release |
See Also