Class
LicensingDialog

A dialog used for displaying licensing information. This class is used internally by the Telerik UI for WPF suite and is not intended to be used directly in your code.

Definition

Namespace:Telerik.Windows.Controls.Licensing

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class LicensingDialog : Window, IComponentConnector

Inheritance: objectLicensingDialog

Implements: IComponentConnector

Constructors

LicensingDialog()

Initializes a new instance of the LicensingDialog class.

Declaration

cs-api-definition
public LicensingDialog()

Fields

CaptionProperty

Identifies the Caption property.

Declaration

cs-api-definition
public static readonly DependencyProperty CaptionProperty

Field Value

DependencyProperty

LinkProperty

Identifies the Link property.

Declaration

cs-api-definition
public static readonly DependencyProperty LinkProperty

Field Value

DependencyProperty

LinkTextProperty

Identifies the LinkText property.

Declaration

cs-api-definition
public static readonly DependencyProperty LinkTextProperty

Field Value

DependencyProperty

MessageIconProperty

Identifies the MessageIcon property.

Declaration

cs-api-definition
public static readonly DependencyProperty MessageIconProperty

Field Value

DependencyProperty

MessageProperty

Identifies the Message property.

Declaration

cs-api-definition
public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

Properties

Caption

Gets or sets the caption.

Declaration

cs-api-definition
public string Caption { get; set; }

Property Value

string

Gets or sets the link.

Declaration

cs-api-definition
public Uri Link { get; set; }

Property Value

Uri

LinkText

Gets or sets the link text.

Declaration

cs-api-definition
public string LinkText { get; set; }

Property Value

string

Message

Gets or sets the message.

Declaration

cs-api-definition
public string Message { get; set; }

Property Value

string

MessageIcon

Gets or sets the message icon.

Declaration

cs-api-definition
public MessageIcon MessageIcon { get; set; }

Property Value

MessageIcon

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

OnPreviewKeyDown(KeyEventArgs)

Declaration

cs-api-definition
protected override void OnPreviewKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs