ImageGear PDF v25.2 - Updated
ShowWarningInfo Method




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowWarningInfo Method
Handle of window to use as parent for dialog box.
Shows a window with a list of ImageGear warnings that have been added using the AddWarning method.
Syntax
'Declaration
 
Public Shared Sub ShowWarningInfo( _
   ByVal owner As IWin32Window _
) 
'Usage
 
Dim owner As IWin32Window
 
ImGearWinForms.ShowWarningInfo(owner)
public static void ShowWarningInfo( 
   IWin32Window owner
)
public: static void ShowWarningInfo( 
   IWin32Window* owner
) 
public:
static void ShowWarningInfo( 
   IWin32Window^ owner
) 

Parameters

owner
Handle of window to use as parent for dialog box.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
AddWarning Method

Is this page helpful?
Yes No
Thanks for your feedback.