Class
TrialMessageBanner

A banner 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

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TrialMessageBanner : UserControl, IComponentConnector

Inheritance: objectTrialMessageBanner

Implements: IComponentConnector

Constructors

TrialMessageBanner()

Initializes a new instance of the TrialMessageBanner class.

Declaration

cs-api-definition
public TrialMessageBanner()

Fields

ActionKeywordProperty

Identifies the ActionKeyword property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActionKeywordProperty

Field Value

DependencyProperty

ActionLinkProperty

Identifies the ActionLink property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActionLinkProperty

Field Value

DependencyProperty

ActionMessageProperty

Identifies the ActionMessage property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActionMessageProperty

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

ActionKeyword

Gets or sets the action keyword.

Declaration

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

Property Value

string

Gets or sets the action link.

Declaration

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

Property Value

string

ActionMessage

Gets or sets the action message text.

Declaration

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

Property Value

string

Message

Gets or sets the message text.

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()