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.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TrialMessageBanner : UserControl, IComponentConnector
Constructors
TrialMessageBanner()
Fields
ActionKeywordProperty
Identifies the ActionKeyword property.
Declaration
public static readonly DependencyProperty ActionKeywordProperty
Field Value
System.Windows.DependencyProperty
|
ActionLinkProperty
Identifies the ActionLink property.
Declaration
public static readonly DependencyProperty ActionLinkProperty
Field Value
System.Windows.DependencyProperty
|
ActionMessageProperty
Identifies the ActionMessage property.
Declaration
public static readonly DependencyProperty ActionMessageProperty
Field Value
System.Windows.DependencyProperty
|
MessageIconProperty
Identifies the MessageIcon property.
Declaration
public static readonly DependencyProperty MessageIconProperty
Field Value
System.Windows.DependencyProperty
|
MessageProperty
Identifies the Message property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ActionKeyword
Gets or sets the action keyword.
Declaration
public string ActionKeyword { get; set; }
Property Value
System.String
|
ActionLink
Gets or sets the action link.
Declaration
public string ActionLink { get; set; }
Property Value
System.String
|
ActionMessage
Gets or sets the action message text.
Declaration
public string ActionMessage { get; set; }
Property Value
System.String
|
Message
Gets or sets the message text.
Declaration
public string Message { get; set; }
Property Value
System.String
|
MessageIcon
Gets or sets the message icon.
Declaration
public MessageIcon MessageIcon { get; set; }
Property Value
MessageIcon
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()