Class EditingContextType
Specifies the editing context type of the SelectionAdv.
Inheritance
System.Object
EditingContextType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class EditingContextType : Enum
Fields
Image
Editing context is on Image.
Declaration
public const EditingContextType Image
Field Value
Type |
---|
EditingContextType |
Table
Editing context is on table.
Declaration
public const EditingContextType Table
Field Value
Type |
---|
EditingContextType |
Text
Editing context is on text.
Declaration
public const EditingContextType Text
Field Value
Type |
---|
EditingContextType |