'Declaration
Public Function PrintShowPrinterSettingsDialog( _ ByVal HANDLE As IntPtr _ ) As GdPictureStatus
public GdPictureStatus PrintShowPrinterSettingsDialog( IntPtr HANDLE )
public function PrintShowPrinterSettingsDialog( HANDLE: IntPtr ): GdPictureStatus;
public function PrintShowPrinterSettingsDialog( HANDLE : IntPtr ) : GdPictureStatus;
public: GdPictureStatus PrintShowPrinterSettingsDialog( IntPtr HANDLE )
public: GdPictureStatus PrintShowPrinterSettingsDialog( IntPtr HANDLE )
Parameters
- HANDLE
- A handle to the parent window of the active printer configuration property sheet.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.