ScannerParametersDialogShowCtrl Method
|
Call this method to display the control. Prior to calling this method you can parameterize the control appearance through the control properties.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ShowCtrl(
IntPtr hParentHWND
)
Public Sub ShowCtrl (
hParentHWND As IntPtr
)
public:
void ShowCtrl(
IntPtr hParentHWND
)
Parameters
- hParentHWND
- Type: SystemIntPtr
Remarks
You must pass a valid parent window handle to this function.
See Also