Class FormatButtonContext
Inheritance
System.Object
FormatButtonContext
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class FormatButtonContext : Object, INotifyPropertyChanged
Constructors
FormatButtonContext()
Declaration
public FormatButtonContext()
Properties
Action
Declaration
public Action Action { get; set; }
Property Value
System.Action
|
ButtonName
Declaration
public string ButtonName { get; set; }
Property Value
System.String
|
Command
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|