RadLayoutControl Methods |
The RadLayoutControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem(LayoutControlItemBase) |
Adds an item at the root level of the control and rebuilds the layout.
|
![]() | AddItem(Control, LayoutControlContainerElement) |
Adds a control to the specified container.
|
![]() | AddItem(LayoutControlItemBase, LayoutControlContainerElement) |
Adds an item to the specified container and rebuilds its layout.
|
![]() | AddItem(Control, Control, LayoutControlDropPosition) |
Adds a control at a specified position next to a specified control.
|
![]() | AddItem(Control, LayoutControlItemBase, LayoutControlDropPosition) |
Adds a control at a specified position next to a specified item.
|
![]() | AddItem(LayoutControlItemBase, Control, LayoutControlDropPosition) |
Adds an item at a specified position next to a specified existing control.
|
![]() | AddItem(LayoutControlItemBase, LayoutControlItemBase, LayoutControlDropPosition) |
Adds an item at a specified position next to a specified existing item.
|
![]() | BeginInit | (Overrides RadControlBeginInit.) |
![]() | BeginUpdate |
Puts the control in an initialization state where it will not update until EndUpdate is called.
|
![]() | CallAccessibilityNotifyClients |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallBaseOnGotFocus |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallBaseOnKeyDown |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallBaseOnKeyPress |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallBaseOnKeyUp |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallBaseOnLostFocus |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnClick |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnDoubleClick |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnKeyDown |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnKeyPress |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnKeyUp |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseCaptureChanged |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseDown |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseEnter |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseHover |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseLeave |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseMove |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseUp |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnMouseWheel |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnPreviewKeyDown |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnScreenTipNeeded |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnThemeNameChanged |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnToolTipTextNeeded |
This method is used internally!
(Inherited from RadControl.) |
![]() | CallOnVisibleChanged |
This method is used internally!
(Inherited from RadControl.) |
![]() | CanEditElementAtDesignTime |
Determines whether an element may be edited via the EditUIElements dialog at design-time.
(Inherited from RadControl.) |
![]() | CanEditUIElement |
Determines whether an element from this element tree may be displayed in the EditUIElements dialog.
(Inherited from RadControl.) |
![]() | CloseCustomizeDialog |
Closes the RadLayoutControlCustomizeDialog and puts the control out of customize mode.
|
![]() | Construct | (Inherited from RadControl.) |
![]() | ControlDefinesThemeForElement |
Checks whether the element's theme is defined by the control.
(Inherited from RadControl.) |
![]() | CreateBehavior |
Creates the input behavior instance. Allows inheritors to provide custom input implementations.
(Inherited from RadControl.) |
![]() | CreateChildItems | (Overrides RadControlCreateChildItems(RadElement).) |
![]() | CreateControlsInstance | (Overrides ControlCreateControlsInstance.) |
![]() | CreateRootElement | (Inherited from RadControl.) |
![]() | DisableGesture |
Disable firing gesture events of the specified type.
(Inherited from RadControl.) |
![]() | Dispose | (Overrides RadControlDispose(Boolean).) |
![]() | EnableGesture |
Enable firing gesture events of the specified type.
(Inherited from RadControl.) |
![]() | EndInit | (Overrides RadControlEndInit.) |
![]() | EndUpdate |
Puts the control out of the initialization state caused by calling BeginUpdate and updates it.
|
![]() | EnsureItemsControlsVisibility |
Called after load layout to ensure the visibility of the controls is the same
as the visibility of the items.
|
![]() | FindItemByControl(Control) |
Finds the item associated with a given control.
|
![]() | FindItemByControl(Control, Boolean) |
Finds the item associated with a given control.
|
![]() | FindPropertyInChildren | (Inherited from RadControl.) |
![]() | GetAllItems |
Gets the items from all levels which are nested in the control.
|
![]() | GetAllItems(Boolean) |
Gets the items from all levels which are nested in the control.
|
![]() | GetBehaviorAtPoint |
Gets the LayoutControlResizingBehavior that should be activated at a given point.
|
![]() | GetChildAt |
Method used by control Code Dom serializer to access element in the collection of RootElement.
(Inherited from RadControl.) |
![]() | GetControlDefaultSize |
This method is used internally!
(Inherited from RadControl.) |
![]() | GetCursorAtPoint |
Gets the mouse cursor which should be shown at a given point.
|
![]() | GetDefaultXmlSerializationInfo |
Gets the default serialization info for RadLayoutControl used by Save/Load loyout methods to persist the layout to/from XML.
|
![]() | GetInitialCustomizeDialogLocation |
Gets the initial location of the RadLayoutControlCustomizeDialog.
|
![]() | GetInputElement | (Inherited from RadControl.) |
![]() | GetNCMetrics | (Overrides RadNCEnabledControlGetNCMetrics.) |
![]() | GetPlainText |
Strips all html tags of the text set to the control and returns only the plain text.
(Inherited from RadControl.) |
![]() | GetPreferredSize | (Inherited from RadControl.) |
![]() | GetRootElementDesiredSize | (Inherited from RadControl.) |
![]() | HideDragOverlay |
Hides the LayoutControlDraggableOverlay.
|
![]() | HideItem(Control) |
Hides a control from the RadLayoutPanel and places it in the HiddenItems collection.
|
![]() | HideItem(LayoutControlItemBase) |
Hides an item from the RadLayoutPanel and places it in the HiddenItems collection.
|
![]() | InitializeDropDownMenu |
Initializes the items of the default context menu.
|
![]() | InitializeRootElement | (Inherited from RadControl.) |
![]() | InvokeLayoutCallback | (Inherited from RadControl.) |
![]() | IsInputKey | (Inherited from RadControl.) |
![]() | LoadElementTree |
Loads the element tree. While not loaded, no layout operations are allowed upon the tree.
By default, the tree will be loaded when the control is displayed for the first time.
(Inherited from RadControl.) |
![]() | LoadElementTree(Size) |
Loads the element tree using the specified desired size.
(Inherited from RadControl.) |
![]() | LoadLayout(Stream) |
Loads RadLayoutControl's layout state from XML file, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | LoadLayout(String) |
Loads RadLayoutControl's layout state from XML file, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | LoadLayout(XmlReader) |
Loads RadLayoutControl's layout state from XML file, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | OnAutoSizeChanged | (Inherited from RadControl.) |
![]() | OnBackColorChanged | (Inherited from RadControl.) |
![]() | OnBindingContextChanged | (Inherited from RadControl.) |
![]() | OnCaptureLosing | (Inherited from RadControl.) |
![]() | OnClick | (Inherited from RadControl.) |
![]() | OnCreateControl | (Inherited from RadControl.) |
![]() | OnDoubleClick | (Inherited from RadControl.) |
![]() | OnEnabledChanged | (Inherited from RadControl.) |
![]() | OnFontChanged | (Inherited from RadControl.) |
![]() | OnForeColorChanged | (Inherited from RadControl.) |
![]() | OnGesture | (Inherited from RadControl.) |
![]() | OnGotFocus | (Inherited from RadControl.) |
![]() | OnHandleCreated | (Overrides ControlOnHandleCreated(EventArgs).) |
![]() | OnHandleDestroyed | (Overrides RadControlOnHandleDestroyed(EventArgs).) |
![]() | OnHandleDropCompleted | |
![]() | OnInvalidated | (Inherited from RadControl.) |
![]() | OnKeyDown | (Inherited from RadControl.) |
![]() | OnKeyPress | (Inherited from RadControl.) |
![]() | OnKeyUp | (Inherited from RadControl.) |
![]() | OnLayout | (Overrides RadControlOnLayout(LayoutEventArgs).) |
![]() | OnLoad | (Overrides RadControlOnLoad(Size).) |
![]() | OnLocationChanged | (Inherited from RadControl.) |
![]() | OnLostFocus | (Inherited from RadControl.) |
![]() | OnMouseCaptureChanged | (Inherited from RadControl.) |
![]() | OnMouseDown | (Overrides RadControlOnMouseDown(MouseEventArgs).) |
![]() | OnMouseEnter | (Inherited from RadControl.) |
![]() | OnMouseHover | (Inherited from RadControl.) |
![]() | OnMouseLeave | (Inherited from RadControl.) |
![]() | OnMouseMove | (Overrides RadControlOnMouseMove(MouseEventArgs).) |
![]() | OnMouseUp | (Overrides RadControlOnMouseUp(MouseEventArgs).) |
![]() | OnMouseWheel | (Overrides RadControlOnMouseWheel(MouseEventArgs).) |
![]() | OnNCPaint | (Overrides RadNCEnabledControlOnNCPaint(Graphics).) |
![]() | OnNotifyPropertyChanged(PropertyChangedEventArgs) | (Inherited from RadControl.) |
![]() | OnNotifyPropertyChanged(String) |
Raises the PropertyChanged event
(Inherited from RadControl.) |
![]() | OnPaddingChanged | (Inherited from RadControl.) |
![]() | OnPaint | (Inherited from RadControl.) |
![]() | OnPanGesture |
Fires the PanGesture event.
(Inherited from RadControl.) |
![]() | OnParentChanged | (Inherited from RadControl.) |
![]() | OnPressAndTapGesture |
Fires the PressAndTapGesture event.
(Inherited from RadControl.) |
![]() | OnPreviewKeyDown | (Inherited from RadControl.) |
![]() | OnRightToLeftChanged | (Inherited from RadControl.) |
![]() | OnRotateGesture |
Fires the RotateGesture event.
(Inherited from RadControl.) |
![]() | OnScreenTipNeeded | (Inherited from RadControl.) |
![]() | OnSizeChanged | (Overrides ControlOnSizeChanged(EventArgs).) |
![]() | OnStructureChanged | |
![]() | OnThemeChanged | (Overrides RadControlOnThemeChanged.) |
![]() | OnThemeNameChanged | (Inherited from RadControl.) |
![]() | OnToolTipTextNeeded | (Inherited from RadControl.) |
![]() | OnTwoFingerTapGesture |
Fires the TwoFingerTapGesture event.
(Inherited from RadControl.) |
![]() | OnZoomGesture |
Fires the ZoomGesture event.
(Inherited from RadControl.) |
![]() | PreFilterMessage | |
![]() | ProcessAutoSizeChanged | (Inherited from RadControl.) |
![]() | ProcessCaptureChangeRequested |
Processes a capture request from the specified element.
(Inherited from RadControl.) |
![]() | ProcessCmdKey | (Overrides ControlProcessCmdKey(Message, Keys).) |
![]() | ProcessCodedUIMessage | (Inherited from RadControl.) |
![]() | ProcessFocusRequested |
Processes a focus request from the specified element.
(Inherited from RadControl.) |
![]() | ProcessGesture | (Inherited from RadControl.) |
![]() | ProcessMnemonic | (Inherited from RadControl.) |
![]() | Refresh | (Inherited from RadControl.) |
![]() | RegisterHostedControl | (Inherited from RadControl.) |
![]() | RemoveItem(Control) |
Removes the specified control from the RadLayoutControl.
|
![]() | RemoveItem(LayoutControlItemBase) |
Removes the specified item from the RadLayoutControl.
|
![]() | ResetBackColorThemeOverrides | (Overrides RadControlResetBackColorThemeOverrides.) |
![]() | ResetForeColorThemeOverrides | (Overrides RadControlResetForeColorThemeOverrides.) |
![]() | ResizeItem(Control, Int32) |
Resizes the specified control with a specified amount. Resize direction depends
on the position of item.
|
![]() | ResizeItem(LayoutControlItemBase, Int32) |
Resizes the specified item with a specified amount. Resize direction depends
on the position of item.
|
![]() | ResolveStyleGroupForElement |
Replaces the default style group for specific element.
(Inherited from RadControl.) |
![]() | ResumeUpdate | (Inherited from RadControl.) |
![]() | ResumeUpdate(Boolean) | (Inherited from RadControl.) |
![]() | SaveLayout(Stream) |
Stores RadLayoutControl's layout state in XML format, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | SaveLayout(String) |
Stores RadLayoutControl's layout state in XML format, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | SaveLayout(XmlWriter) |
Stores RadLayoutControl's layout state in XML format, using the serialization
information provided by the XmlSerializationInfo property.
|
![]() | ScaleControl | (Inherited from RadControl.) |
![]() | SetBackColorThemeOverrides | (Overrides RadControlSetBackColorThemeOverrides.) |
![]() | SetBoundsCore | (Inherited from RadControl.) |
![]() | SetForeColorThemeOverrides | (Overrides RadControlSetForeColorThemeOverrides.) |
![]() | SetIsInitializing |
This method is used internally!
(Inherited from RadControl.) |
![]() | ShouldSerializeBackColor |
Determines whether the BackColor property should be serialized.
(Inherited from RadControl.) |
![]() | ShouldSerializeFont |
Determines whether the ForeColor property should be serialized.
(Inherited from RadControl.) |
![]() | ShouldSerializeForeColor |
Determines whether the ForeColor property should be serialized.
(Inherited from RadControl.) |
![]() | ShouldSerializeProperty |
Determines whether the specified RadProperty should be serialized.
(Inherited from RadControl.) |
![]() | ShowCustomizeDialog |
Shows the RadLayoutControlCustomizeDialog and puts the control in customize mode.
|
![]() | ShowDragOverlay |
Shows the LayoutControlDraggableOverlay control which allows reordering
and resizing the items.
|
![]() | SuspendUpdate | (Inherited from RadControl.) |
![]() | UnregisterHostedControl | (Inherited from RadControl.) |
![]() | UpdateControlsLayout |
Updates the bounds of nested controls.
|
![]() | UpdateScrollbars |
Updates the scrollbar metrics.
|
![]() | WndProc | (Inherited from RadNCEnabledControl.) |