Click or drag to resize
AbstractLayout Methods

The AbstractLayout type exposes the following members.

Methods
  NameDescription
Protected methodAddControlToPanel
Adds control to form panel.
Protected methodCreateCollapsibleImage
Gets collapsible image.
Protected methodCreateEditingFormControl
Creates new EditingFormControl and puts it into FieldEditingControls hash table.
Protected methodCreateErrorLabel
Creates the validation label for a field.
Protected methodCreateFieldActions
Creates additional field action buttons and puts them into FieldActionsControls dictionary.
Protected methodCreateFieldLabel
Creates the field label.
Protected methodCreateVisibilityControl
Creates the visibility control for a field.
Public methodIsCategoryCollapsed
Returns true if the given category is collapsed
Protected methodIsExcludedRequiredField
Indicates if field is excluded from applying the required field format string.
Public methodLoadLayout
Initializes form layout.
Top
See Also