RadControls for WinForms

The LayoutElement type exposes the following members.

Methods

  NameDescription
Public methodArrange
Protected methodArrangeCore
Protected methodArrangeOverride
Arranges the LayoutElement to its final location. The element must call the Arrange method of each of its children.
Protected methodCalcLayoutOffset
Protected methodCanExecuteLayoutOperation
Determines whether the element can perform layout operation.
Protected methodCanPaint
Protected methodCreateChildrenCollection
Public methodFocus
Protected methodGetTransformedControlBoundingRectangle
Public methodGetValue (Inherited from RadDependencyObject.)
Public methodInvalidate
Public methodInvalidateArrange()()()()
Public methodInvalidateArrange(Boolean)
Public methodInvalidateMeasure()()()()
Public methodInvalidateMeasure(Boolean)
Protected methodIsInValidState
Determines whether the element is currently in valid state. That is having a valid RadElementTree reference and being in either Constructed or Loaded state.
Public methodMeasure
Protected methodMeasureCore
Protected methodMeasureOverride
Measures the space required by the LayoutElement Used by the layout system.
Protected methodOnBitStateChanged
Notifies the object for a change in its bit state.
Protected methodOnChildDesiredSizeChanged
Protected methodOnGotFocus
Protected methodOnInvalidateArrange
Protected methodOnInvalidateMeasure
Protected methodOnKeyDown
Protected methodOnKeyPress
Protected methodOnKeyUp
Protected methodOnLostFocus
Protected methodOnMouseDown
Protected methodOnMouseEnter
Protected methodOnMouseLeave
Protected methodOnMouseLeftButtonDown
Protected methodOnMouseLeftButtonUp
Protected methodOnMouseMove
Protected methodOnMouseRightButtonDown
Protected methodOnMouseRightButtonUp
Protected methodOnMouseUp
Protected methodOnNotifyPropertyChanged(PropertyChangedEventArgs)
Protected methodOnNotifyPropertyChanged(String)
Protected methodOnNotifyPropertyChanging(String)
Protected methodOnNotifyPropertyChanging(PropertyChangingEventArgsEx)
Protected methodOnParentChanged
Protected methodOnParentChanging
Protected methodOnPreviewKeyDown
Protected methodOnPropertyChanged (Inherited from RadDependencyObject.)
Protected methodOnTransformationInvalidated
This method is executed when a property which affects the absolute position of the element has been changed.
Public methodPaint
Protected methodPaintDecorators
Protected methodPaintOverride
Protected methodPerformLayoutTransformation
Protected methodPerformPaintTransformation
Public methodReadLocalValue (Inherited from RadDependencyObject.)
Protected methodSetBitState
Applies the specified boolean value to the BitVector of the object.
Protected methodSetLayoutManager
Protected methodSetParent
Protected methodSetParentCore
Protected methodSetPropertyValue<(Of <<'(T>)>>)
Protected methodSetTree(LayoutElementTree)
Protected methodSetTree(LayoutElementTree, ILayoutManager)
Public methodSetValue (Inherited from RadDependencyObject.)
Public methodUpdateLayout
Protected methodValidateParent

See Also