PropertyValueUIItem::InvokeHandler Property

 

Gets the handler that is raised when a user double-clicks this item.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property PropertyValueUIItemInvokeHandler^ InvokeHandler {
	virtual PropertyValueUIItemInvokeHandler^ get();
}

Property Value

Type: System.Drawing.Design::PropertyValueUIItemInvokeHandler^

A PropertyValueUIItemInvokeHandler indicating the event handler for this user interface (UI) item.

.NET Framework
Available since 1.1
Return to top
Show: