Class ListStyleData
Inheritance
System.Object
ListStyleData
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListStyleData : Object, INotifyPropertyChanged
Constructors
ListStyleData(ListStyle, RadRichTextBox)
Declaration
public ListStyleData(ListStyle listStyle, RadRichTextBox snapshotRichTextBox)
Parameters
ListStyle
listStyle
|
RadRichTextBox
snapshotRichTextBox
|
ListStyleData(ListStyle, RadRichTextBox, Visibility)
Declaration
public ListStyleData(ListStyle listStyle, RadRichTextBox snapshotRichTextBox, Visibility contextMenuVisibility)
Parameters
ListStyle
listStyle
|
RadRichTextBox
snapshotRichTextBox
|
System.Windows.Visibility
contextMenuVisibility
|
Properties
ContextMenuVisibility
Declaration
public Visibility ContextMenuVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Image
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
|
ListStyle
ListStyleName
Declaration
public string ListStyleName { get; }
Property Value
System.String
|
Methods
AttachEvents()
Declaration
public void AttachEvents()
DetachEvents()
Declaration
public void DetachEvents()
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
UpdateSnapshotImage()
Declaration
public void UpdateSnapshotImage()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|