Skip to content

P_Ekstrand_Windows_Forms_GroupBox_Enabled

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

GroupBox.Enabled Property

Gets or sets a value indicating whether the control can respond to user interaction.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public bool Enabled { get; set; }

VB

Public Property Enabled As Boolean
	Get
	Set

C++

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

F#

member Enabled : bool with get, set

Property Value

Type: Boolean

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally