| ExportTypeExtensionCreateExportProfileSettingsControl Method |
Override majority of the settings page with your custom control.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool CreateExportProfileSettingsControl(
out long plControlHWND
)
Public Overridable Function CreateExportProfileSettingsControl (
<OutAttribute> ByRef plControlHWND As Long
) As Boolean
Parameters
- plControlHWND
- Type: SystemInt64
Return handle to your custom control
Return Value
Type:
BooleanReturn true if tou provided control handle, false otherwise.
Availability See Also