Class
InsertCaptionDialogContext

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class InsertCaptionDialogContext

Inheritance: objectInsertCaptionDialogContext

Constructors

InsertCaptionDialogContext(RadDocument, bool)

Declaration

cs-api-definition
public InsertCaptionDialogContext(RadDocument document, bool shouldClearSelectionOnClose)

Parameters

document

RadDocument

shouldClearSelectionOnClose

bool

Properties

Document

Declaration

cs-api-definition
public RadDocument Document { get; set; }

Property Value

RadDocument

Methods

CancelCallback()

Declaration

cs-api-definition
public void CancelCallback()

InsertCaption(CaptionDefinition, string, bool, bool)

Declaration

cs-api-definition
public void InsertCaption(CaptionDefinition newCaptionDefinition, string captionText, bool includeLabel, bool insertBelow)

Parameters

newCaptionDefinition

CaptionDefinition

captionText

string

includeLabel

bool

insertBelow

bool