C# Class SIL.FieldWorks.SharpViews.RunBox

A RunBox is a sort of NullObject for a GroupBox: it is used as a grouping construct when several things that would normally be grouped into a parent box are instead directly added to the higher level parent.
Inheritance: GroupBox
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Layout ( LayoutInfo transform ) : void
RunBox ( AssembledStyles styles ) : System

Method Details

Layout() public method

public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
return void

RunBox() public method

public RunBox ( AssembledStyles styles ) : System
styles AssembledStyles
return System