ClassLicensingDialog
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:
public class LicensingDialog : Window, IComponentConnector
Inheritance: objectLicensingDialog
Implements:
Constructors
LicensingDialog()
Initializes a new instance of the LicensingDialog class.
Declaration
public LicensingDialog()
Fields
CaptionProperty
Identifies the Caption property.
Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
DependencyProperty
LinkProperty
Identifies the Link property.
Declaration
public static readonly DependencyProperty LinkProperty
Field Value
DependencyProperty
LinkTextProperty
Identifies the LinkText property.
Declaration
public static readonly DependencyProperty LinkTextProperty
Field Value
DependencyProperty
MessageIconProperty
Identifies the MessageIcon property.
Declaration
public static readonly DependencyProperty MessageIconProperty
Field Value
DependencyProperty
MessageProperty
Identifies the Message property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
DependencyProperty
Properties
Caption
Gets or sets the caption.
Link
Gets or sets the link.
Declaration
public Uri Link { get; set; }
Property Value
Uri
LinkText
Gets or sets the link text.
Message
Gets or sets the message.
MessageIcon
Gets or sets the message icon.
Declaration
public MessageIcon MessageIcon { get; set; }
Property Value
MessageIcon
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPreviewKeyDown(KeyEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs