ClassResizeThumb
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class ResizeThumb : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementUIElementFrameworkElementResizeThumb
Implements:
Inherited Members
Constructors
ResizeThumb()
Declaration
public ResizeThumb()
Properties
CellBox
Declaration
public TableCellLayoutBox CellBox { get; set; }
Property Value
Methods
HitTest(Point)
Performs hit testing on the element to determine if the specified point lies within its bounds.
InitializeFields()
Initializes member fields to their default values. This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
Declaration
protected override void InitializeFields()
Overrides
OnDragCompleted(DragCompletedEventArgs)
Declaration
protected virtual void OnDragCompleted(DragCompletedEventArgs e)
Parameters
e
OnDragDelta(DragDeltaEventArgs)
Declaration
protected virtual void OnDragDelta(DragDeltaEventArgs e)
Parameters
e
OnDragStarted(DragStartedEventArgs)
Declaration
protected virtual void OnDragStarted(DragStartedEventArgs e)
Parameters
e
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
e
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
e
Overrides
Events
DragCompleted
Declaration
public event EventHandler<DragCompletedEventArgs> DragCompleted
Event Value
DragDelta
Declaration
public event EventHandler<DragDeltaEventArgs> DragDelta
Event Value
DragStarted
Declaration
public event EventHandler<DragStartedEventArgs> DragStarted
Event Value