ImageGear .NET v25.2 - Updated
ShowPageInfo Method




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowPageInfo Method
Handle of window to use as parent for dialog box.
Page to show information about.
Shows a window with information about a page.
Syntax
'Declaration
 
Public Shared Sub ShowPageInfo( _
   ByVal owner As IWin32Window, _
   ByVal page As ImGearPage _
) 
'Usage
 
Dim owner As IWin32Window
Dim page As ImGearPage
 
ImGearWinForms.ShowPageInfo(owner, page)
public static void ShowPageInfo( 
   IWin32Window owner,
   ImGearPage page
)
public: static void ShowPageInfo( 
   IWin32Window* owner,
   ImGearPage* page
) 
public:
static void ShowPageInfo( 
   IWin32Window^ owner,
   ImGearPage^ page
) 

Parameters

owner
Handle of window to use as parent for dialog box.
page
Page to show information about.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ImGearPage Class

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