Show(IWin32Window,String,Bitmap,Bitmap) Method
Shows.
Syntax
public static DialogResult Show( IWin32Window owner, string resourceId, Bitmap image1, Bitmap image2 )
public: static DialogResult Show( IWin32Window^ owner, String^ resourceId, Bitmap^ image1, Bitmap^ image2 )
Parameters
- owner
- The owner.
- resourceId
- Identifier for the resource.
- image1
- The first image.
- image2
- The second image.
Return Value
A DialogResult.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also