Class SymbolsTable
SymbolsTable
Inheritance
System.Object
SymbolsTable
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Symbols
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SymbolsTable : UserControl, IComponentConnector
Constructors
SymbolsTable()
Declaration
public SymbolsTable()
Methods
GetCellText(Object)
Declaration
public TextBlock GetCellText(object obj)
Parameters
System.Object
obj
|
Returns
System.Windows.Controls.TextBlock
|
InitGrid()
Declaration
public void InitGrid()
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnSymbolMouseEnter(SymbolEventArgs)
Declaration
protected virtual void OnSymbolMouseEnter(SymbolEventArgs e)
Parameters
SymbolEventArgs
e
|
OnSymbolMouseLeave(SymbolEventArgs)
Declaration
protected virtual void OnSymbolMouseLeave(SymbolEventArgs e)
Parameters
SymbolEventArgs
e
|
OnSymbolSelected(SymbolEventArgs)
PopulateWith(FontFamily, Char[])
Declaration
public void PopulateWith(FontFamily font, char[] symbols)
Parameters
System.Windows.Media.FontFamily
font
|
System.Char[]
symbols
|
PopulateWith(FontFamily, UnicodeCategory)
Declaration
public void PopulateWith(FontFamily font, UnicodeCategory cat)
Parameters
System.Windows.Media.FontFamily
font
|
System.Globalization.UnicodeCategory
cat
|
PopulateWithAll(FontFamily)
Declaration
public void PopulateWithAll(FontFamily font)
Parameters
System.Windows.Media.FontFamily
font
|
Events
SymbolMouseEnter
Declaration
public event EventHandler<SymbolEventArgs> SymbolMouseEnter
Event Type
System.EventHandler<SymbolEventArgs>
|
SymbolMouseLeave
Declaration
public event EventHandler<SymbolEventArgs> SymbolMouseLeave
Event Type
System.EventHandler<SymbolEventArgs>
|
SymbolSelected
Declaration
public event EventHandler<SymbolEventArgs> SymbolSelected
Event Type
System.EventHandler<SymbolEventArgs>
|