Class ControlGroup
Warning: Preliminary, informal code; subject to change!
This class represents the definition of a ControlGroup. One View may contain multiple control groups, each with an inner layout and set of concrete controlsInherited Members
Namespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public class ControlGroup
Constructors
ControlGroup()
Warning: Preliminary, informal code; subject to change!
This class represents the definition of a ControlGroup. One View may contain multiple control groups, each with an inner layout and set of concrete controlsDeclaration
public ControlGroup()
Fields
Controls
The controls inside this container
Declaration
public Control[] Controls
Field Value
Type | Description |
---|---|
Control[] |
Layout
The layout applied to the controls inside this container
Declaration
public Layout Layout
Field Value
Type | Description |
---|---|
Layout |