Show / Hide Table of Contents

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 controls
Inheritance
object
ControlGroup
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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 controls
Declaration
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top