Class InlineBoxPositionHandler
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InlineBoxPositionHandler : PositionHandler
Constructors
InlineBoxPositionHandler(InlineBoxPositionHandler)
Declaration
public InlineBoxPositionHandler(InlineBoxPositionHandler toCopy)
Parameters
InlineBoxPositionHandler
toCopy
|
InlineBoxPositionHandler(InlineLayoutBox)
Properties
CanMoveToNext
Declaration
public override bool CanMoveToNext { get; }
Property Value
System.Boolean
|
Overrides
CanMoveToPrevious
Declaration
public override bool CanMoveToPrevious { get; }
Property Value
System.Boolean
|
Overrides
CurrentInline
Location
Methods
Clone()
GetParentHandler()
MoveToFirst()
MoveToLast()
MoveToNext()
MoveToPrevious()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()