Click or drag to resize

DynamicGroupGroupBox Property

Gets the group box instance when the layout has been generated.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public GroupBox GroupBox { get; }

Property Value

Type: GroupBox
The group box instance.
See Also