ImageGear .NET - Updated March 30, 2018
ShowPageInfo Method




ImageGear24.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)

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