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; }
Public ReadOnly Property GroupBox As GroupBox
Get
member GroupBox : GroupBox with get
Property Value
Type:
GroupBoxThe group box instance.
See Also