TypePresenter::BrowseTypeDirectly Property

.NET Framework (current version)
 

Gets or sets an indication whether the type browser should be shown directly when the user clicks the TypePresenter control.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property bool BrowseTypeDirectly {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the type browser should be shown directly when the user clicks the TypePresenter control; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: