|
Name |
Description |

|
About
|
Activates the layout control's About dialog box.
|
|
AddGroup
|
Overloaded. Creates a new layout group with the default layout type and the specified caption, and adds it to the root group.
|
|
AddItem
|
Overloaded. Inserts the specified layout item at a position relative to another item within the root group. Allows a new text to be specified for the item.
|
|
AddTabbedGroup
|
Overloaded. Inserts the specified tabbed group to the root group.
|
|
AssignNames
|
Assigns the unique names to the items contained within the Items collection.
|
|
BeginInit
|
Starts the layout control's runtime initialization.
|
|
BeginInvoke
|
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
|
|
BeginUpdate
|
Locks the LayoutControl object by preventing visual updates of the object and its elements until the EndUpdate method is called.
|
|
BestFit
|
Proportionally resizes layout items that are displayed in a single row.
|
|
BringToFront
|
Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
CalcHitInfo
|
Returns information on the layout elements located at the specified point.
|
|
Clear
|
Overloaded. Disposes all the layout items and their controls owned by the Layout Control. Hidden items are not removed.
|
|
Contains
|
Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateControl
|
Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
CreateCustomizationForm
|
Creates and returns a new Customization Form.
|
|
CreateEmptySpaceItem
|
Creates an Empty Space Items within the specified group.
|
|
CreateGraphics
|
Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateLayoutGroup
|
Creates a new Layout Groups within the specified group.
|
|
CreateLayoutItem
|
Creates a new Layout Item within the specified group.
|
|
CreateObjRef
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
|
|
CreateSplitterItem
|
Creates a SplitterItem within the specified group.
|
|
CreateTabbedGroup
|
Creates a new Tabbed Group within the specified group.
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
|
|
DoDragDrop
|
Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
|
|
DrawToBitmap
|
Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
|
|
EndInit
|
Ends the layout control's runtime initialization.
|
|
EndInvoke
|
Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
|
|
EndUpdate
|
Unlocks the LayoutControl object after a call to the BeginUpdate method and causes an immediate visual update.
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
ExportLayout
|
Exports the contents of the LayoutControl to the specified stream in XML format.
|
|
ExportToDocx
|
Overloaded. Exports the control's data in the Office Open XML file format and saves it to the specified DOCX file.
|
|
ExportToHtml
|
Overloaded. Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
|
|
ExportToMht
|
Overloaded. Exports the control's data to the specified file in MHT format using the specified options.
|
|
ExportToPdf
|
Overloaded. Exports the controls displayed within the LayoutControl to a file in PDF format.
|
|
ExportToRtf
|
Overloaded. Exports the controls displayed within the LayoutControl to a file in RTF format.
|
|
ExportToText
|
Overloaded. Exports the controls displayed within the LayoutControl to a file in TXT format.
|
|
ExportToXls
|
Overloaded. Exports the controls displayed within the LayoutControl to a stream in XLS format using the specified formatting settings.
|
|
ExportToXlsx
|
Overloaded. Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options.
|
|
FindForm
|
Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
|
|
Focus
|
Sets input focus to the control. (Inherited from System.Windows.Forms.Control)
|

|
FromChildHandle
|
Retrieves the control that contains the specified handle. (Inherited from System.Windows.Forms.Control)
|

|
FromHandle
|
Returns the control that is currently associated with the specified handle. (Inherited from System.Windows.Forms.Control)
|
|
GetChildAtPoint
|
Retrieves the child control that is located at the specified coordinates. (Inherited from System.Windows.Forms.Control)
|
|
GetContainerControl
|
Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
|
|
GetControlByName
|
Returns the control with the specified name, contained within the Layout Control.
|

|
GetControlName
|
Gets the specified control's name.
|
|
GetGroupAtPoint
|
Returns the group which is located at the specified point.
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetItemByControl
|
Overloaded. Returns the layout item which is contained within the specified group and holds the specified control.
|
|
GetItemByRepositoryItem
|
Overloaded.
|
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
GetNextControl
|
Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
|
|
GetPreferredSize
|
Retrieves the size of a rectangular area into which the control can be fit.
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
HardUpdate
|
Obsolete. Recalculates the view information and immediately updates the LayoutControl.
|
|
Hide
|
Conceals the control from the user. (Inherited from System.Windows.Forms.Control)
|
|
HideCustomizationForm
|
Closes the Customization Form.
|
|
HideEditor
|
|
|
HideItem
|
Hides the specified layout item.
|
|
HideSelectedItems
|
Hides the currently selected items to the Customization Form.
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
Invalidate
|
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from System.Windows.Forms.Control)
|
|
Invoke
|
Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
|

|
IsKeyLocked
|
Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. (Inherited from System.Windows.Forms.Control)
|

|
IsMnemonic
|
Determines if the specified character is the mnemonic character assigned to the control in the specified string. (Inherited from System.Windows.Forms.Control)
|
|
LayoutChanged
|
Updates the Layout Control.
|
|
LogicalToDeviceUnits
|
(Inherited from System.Windows.Forms.Control)
|
|
PerformAutoScale
|
Performs scaling of the container control and its children. (Inherited from System.Windows.Forms.ContainerControl)
|
|
PerformLayout
|
Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
|
|
PointToClient
|
Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PointToScreen
|
Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessControlMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
Print
|
Prints the LayoutControl.
|
|
RectangleToClient
|
Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
RectangleToScreen
|
Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Refresh
|
Updates the layout control.
|
|
RegisterCustomPropertyGridWrapper
|
Registers the specified wrapper object that identifies which properties to display for specific layout items in the Customization Form's Property Grid.
|
|
RegisterFixedItemType
|
Registers the specified 'fixed' item for runtime use in the LayoutControl.
|
|
RegisterUserCustomizationForm
|
Registers the specified custom Customization Form.
|
|
Remove
|
Overloaded. Removes the specified item from the control.
|
|
RenameSelectedItem
|
Activates an edit box that allows an end-user to rename the currently selected layout item.
|
|
ResetBackColor
|
Resets the System.Windows.Forms.Control.BackColor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetBindings
|
Causes a control bound to the System.Windows.Forms.BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from System.Windows.Forms.Control)
|
|
ResetCursor
|
Resets the System.Windows.Forms.Control.Cursor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetFont
|
Resets the System.Windows.Forms.Control.Font property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetForeColor
|
Resets the System.Windows.Forms.Control.ForeColor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetImeMode
|
Resets the System.Windows.Forms.Control.ImeMode property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetRightToLeft
|
Resets the System.Windows.Forms.Control.RightToLeft property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetText
|
Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
RestoreDefaultLayout
|
Restores the layout that has been saved using the SetDefaultLayout method.
|
|
RestoreLayoutFromRegistry
|
Restores the layout which is stored at the specified system registry path.
|
|
RestoreLayoutFromStream
|
Restores the layout from the specified stream.
|
|
RestoreLayoutFromXml
|
Restores the layout from the specified XML file.
|
|
ResumeLayout
|
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (Inherited from System.Windows.Forms.Control)
|
|
SaveLayoutToRegistry
|
Saves the current layout to the specified system registry path.
|
|
SaveLayoutToStream
|
Saves the current layout to the specified stream.
|
|
SaveLayoutToXml
|
Saves the layout to an XML file.
|
|
Scale
|
Obsolete. Scales the entire control and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
ScaleBitmapLogicalToDevice
|
(Inherited from System.Windows.Forms.Control)
|
|
ScrollControlIntoView
|
Scrolls the specified child control into view on an auto-scroll enabled control. (Inherited from System.Windows.Forms.ScrollableControl)
|
|
Select
|
Activates the control. (Inherited from System.Windows.Forms.Control)
|
|
SelectNextControl
|
Activates the next control. (Inherited from System.Windows.Forms.Control)
|
|
SelectParentGroup
|
Selects the currently selected item's parent.
|
|
SendToBack
|
Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
SetAutoScrollMargin
|
Sets the size of the auto-scroll margins. (Inherited from System.Windows.Forms.ScrollableControl)
|
|
SetBounds
|
Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
|
|
SetCursor
|
Sets the current cursor.
|
|
SetDefaultLayout
|
Saves the current layout to an internal memory buffer.
|
|
Show
|
Displays the control to the user. (Inherited from System.Windows.Forms.Control)
|
|
ShowCustomizationForm
|
Invokes the Customization Form.
|
|
ShowEditor
|
|
|
ShowPrintPreview
|
Opens the Print Preview window for the LayoutControl with a Bars UI.
|
|
ShowRibbonPrintPreview
|
Displays the Print Preview window with a Ribbon UI.
|
|
SuspendLayout
|
Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
|
|
ToString
|
Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
|
|
UnRegisterCustomPropertyGridWrapper
|
Unregisters the specified wrapper object that has been registered via the RegisterCustomPropertyGridWrapper method.
|
|
UnRegisterFixedItemType
|
Unregisters the specified 'fixed' item in the current LayoutControl.
|
|
Update
|
Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
|
|
Validate
|
Verifies the value of the control losing focus by causing the System.Windows.Forms.Control.Validating and System.Windows.Forms.Control.Validated events to occur, in that order. (Inherited from System.Windows.Forms.ContainerControl)
|
|
ValidateChildren
|
Causes all of the child controls within a control that support validation to validate their data. (Inherited from System.Windows.Forms.ContainerControl)
|