ImageGear22.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowAboutBox Method |
'Declaration Public Shared Sub ShowAboutBox( _ ByVal owner As IWin32Window, _ ByVal sampleName As String _ )
'Usage Dim owner As IWin32Window Dim sampleName As String ImGearWinForms.ShowAboutBox(owner, sampleName)
public static void ShowAboutBox( IWin32Window owner, string sampleName )
public: static void ShowAboutBox( IWin32Window* owner, string* sampleName )
public: static void ShowAboutBox( IWin32Window^ owner, String^ sampleName )