FileDialog::Instance Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the Win32 instance handle for the application.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property IntPtr Instance {
	[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
		Flags = SecurityPermissionFlag::UnmanagedCode)]
	virtual IntPtr get();
}

Property Value

Type: System::IntPtr

A Win32 instance handle for the application.

.NET Framework
Available since 1.1
Return to top
Show: