Class
GeneralSection

Interaction logic for GeneralSection.xaml

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class GeneralSection : DialogConfirmSection, IComponentConnector

Inheritance: objectDialogConfirmSectionGeneralSection

Implements: IComponentConnector

Inherited Members DialogConfirmSection.Confirm()DialogConfirmSection.Cancel()

Constructors

GeneralSection()

Declaration

cs-api-definition
public GeneralSection()

Fields

StyleSectionVisibilityProperty

Identifies the StyleSectionVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StyleSectionVisibilityProperty

Field Value

DependencyProperty

Properties

Context

Gets the context of the dialog.

Declaration

cs-api-definition
protected override IEditableObject Context { get; }

Property Value

IEditableObject

Overrides DialogConfirmSection.Context

StyleSectionVisibility

Gets or sets the visibility of the style section.

Declaration

cs-api-definition
public Visibility StyleSectionVisibility { get; set; }

Property Value

Visibility

Methods

BindToContext(ContentControlPropertiesContext)

Binds the dialog to the provided context.

Declaration

cs-api-definition
public override void BindToContext(ContentControlPropertiesContext context)

Parameters

context

ContentControlPropertiesContext

The context to be bound to the control.

Overrides DialogConfirmSection.BindToContext(ContentControlPropertiesContext)

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()