Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class InsertCaptionDialogContext
Inheritance: objectInsertCaptionDialogContext
Constructors
C#
public InsertCaptionDialogContext(RadDocument document, bool shouldClearSelectionOnClose)
Properties
C#
public RadDocument Document { get; set; }
Methods
C#
public void CancelCallback()
C#
public void InsertCaption(CaptionDefinition newCaptionDefinition, string captionText, bool includeLabel, bool insertBelow)