Class ResizeThumb
Inheritance
System.Object
ResizeThumb
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ResizeThumb : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
ResizeThumb()
Declaration
public ResizeThumb()
Properties
AccumulatedDelta
Declaration
public float AccumulatedDelta { get; set; }
Property Value
System.Single
|
CellBox
CursorType
Declaration
public Cursor CursorType { get; set; }
Property Value
System.Windows.Forms.Cursor
|
IsLeftBorder
Declaration
public bool IsLeftBorder { get; set; }
Property Value
System.Boolean
|
LeftColumnIndex
Declaration
public int LeftColumnIndex { get; set; }
Property Value
System.Int32
|
LeftColumnWidth
Declaration
public float LeftColumnWidth { get; set; }
Property Value
System.Single
|
MaxCanvasLeft
Declaration
public double MaxCanvasLeft { get; set; }
Property Value
System.Double
|
MinCanvasLeft
Declaration
public double MinCanvasLeft { get; set; }
Property Value
System.Double
|
MinCanvasTop
Declaration
public double MinCanvasTop { get; set; }
Property Value
System.Double
|
ResizeThumbDrag
Declaration
public double ResizeThumbDrag { get; set; }
Property Value
System.Double
|
RightColumnWidth
Declaration
public float RightColumnWidth { get; set; }
Property Value
System.Single
|
StartDragValue
Declaration
public float StartDragValue { get; set; }
Property Value
System.Single
|
Methods
HitTest(Point)
Declaration
public override bool HitTest(Point point)
Parameters
System.Drawing.Point
point
|
Returns
System.Boolean
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnDragCompleted(DragCompletedEventArgs)
Declaration
protected virtual void OnDragCompleted(DragCompletedEventArgs e)
Parameters
DragCompletedEventArgs
e
|
OnDragDelta(DragDeltaEventArgs)
Declaration
protected virtual void OnDragDelta(DragDeltaEventArgs e)
Parameters
DragDeltaEventArgs
e
|
OnDragStarted(DragStartedEventArgs)
Declaration
protected virtual void OnDragStarted(DragStartedEventArgs e)
Parameters
DragStartedEventArgs
e
|
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
Events
DragCompleted
Declaration
public event EventHandler<DragCompletedEventArgs> DragCompleted
Event Type
System.EventHandler<DragCompletedEventArgs>
|
DragDelta
Declaration
public event EventHandler<DragDeltaEventArgs> DragDelta
Event Type
System.EventHandler<DragDeltaEventArgs>
|
DragStarted
Declaration
public event EventHandler<DragStartedEventArgs> DragStarted
Event Type
System.EventHandler<DragStartedEventArgs>
|