ClassTableAdorner
TableAdorner
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableMovement
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TableAdorner : UserControl, IComponentConnector
Inheritance: objectTableAdorner
Implements:
Constructors
TableAdorner(DocumentPrintLayoutPresenter, UILayerUpdateContext, TableMovementUILayer)
Declaration
public TableAdorner(DocumentPrintLayoutPresenter printPresenter, UILayerUpdateContext context, TableMovementUILayer movementLayer)
Parameters
printPresenter
context
movementLayer
TableAdorner(DocumentWebLayoutPresenter, UILayerUpdateContext, TableMovementUILayer)
Declaration
public TableAdorner(DocumentWebLayoutPresenter webPresenter, UILayerUpdateContext context, TableMovementUILayer movementLayer)
Parameters
webPresenter
context
movementLayer
TableAdorner(UILayerUpdateContext, TableMovementUILayer)
Declaration
public TableAdorner(UILayerUpdateContext context, TableMovementUILayer movementLayer)
Parameters
context
movementLayer
Properties
AssociatedTable
Gets the associated table element that the adorner is applied to.
CursorType
Represents the cursor type for the Table Adorner in the Table Decoration Layers.
Declaration
public Cursor CursorType { get; set; }
Property Value
Cursor
Methods
DragDelta(MouseEventArgs)
Handles the drag delta event for the TableAdorner, allowing for smooth dragging functionality within the table layers of the UI.
Declaration
public void DragDelta(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs that contains the event data, including the current position of the mouse.
DragStarted(MouseButtonEventArgs)
Occurs when dragging of the table adorner has started.
Declaration
public void DragStarted(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
The event data associated with the mouse button event that started the drag operation.
Hide()
Hides the table adorner, making it invisible on the UI.
Declaration
public void Hide()
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
StartDragging(MouseButtonEventArgs)
Initiates the dragging operation for the table adorner.
Declaration
public void StartDragging(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
The mouse button event arguments containing information about the mouse button that was pressed.
StartTableAdornerDragging()
Initiates the dragging of the table adorner, allowing for repositioning of the table within the document. This method typically sets up the necessary event handlers to track the dragging movement.
Declaration
public void StartTableAdornerDragging()
StopCapturing()
Stops the capturing process for the table adorner, finalizing any ongoing operations related to table movement.
Declaration
public void StopCapturing()
StopTableAdornerDragging()
Stops the dragging operation of the table adorner.
Declaration
public void StopTableAdornerDragging()