WorkflowElementDialog::EnableMaximizeButton Property

.NET Framework (current version)
 

Gets or sets a Boolean value that determines whether the maximize button is enabled.

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

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

Property Value

Type: System::Boolean

true if the maximize button is enabled; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: