Class
DialogLabel

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DialogLabel : Label

Inheritance: objectLabelDialogLabel

Inherited Members Label.OnApplyTemplate()Label.GoToState(bool, params string[])Label.ChangeVisualState(bool)

Constructors

DialogLabel()

Declaration

cs-api-definition
public DialogLabel()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides Label.OnInitialized(EventArgs)