Interface IRadRichTextBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRichTextBox : IControl, IFrameworkElement, ITargetElement
Properties
Html
Declaration
string Html { get; }
Property Value
System.String
|
Text
Declaration
string Text { get; }
Property Value
System.String
|
Xaml
Declaration
string Xaml { get; }
Property Value
System.String
|
Methods
GetStatisticsInfo()
MouseClick(MouseClickType, Point)
Declaration
void MouseClick(MouseClickType clickType, Point clickPoint)
Parameters
MouseClickType
clickType
|
System.Drawing.Point
clickPoint
|
MouseClick(MouseClickType, Int32, Int32)
Declaration
void MouseClick(MouseClickType clickType, int x, int y)
Parameters
MouseClickType
clickType
|
System.Int32
x
|
System.Int32
y
|
Select(Point, Point)
Declaration
void Select(Point fromPoint, Point toPoint)
Parameters
System.Drawing.Point
fromPoint
|
System.Drawing.Point
toPoint
|
Select(Int32, Int32, Int32, Int32)
Declaration
void Select(int fromPointX, int fromPointY, int toPointX, int toPointY)
Parameters
System.Int32
fromPointX
|
System.Int32
fromPointY
|
System.Int32
toPointX
|
System.Int32
toPointY
|
TypeText(String, Int32)
Declaration
void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|