Message::Result Property

 

Specifies the value that is returned to Windows in response to handling the message.

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

public:
property IntPtr Result {
	IntPtr get();
	void set(IntPtr value);
}

Property Value

Type: System::IntPtr

The return value of the message.

.NET Framework
Available since 1.1
Return to top
Show: