Class SymbolsTable
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Symbols
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SymbolsTable : RadListView, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IFilterable
  Constructors
SymbolsTable()
Declaration
public SymbolsTable()
  Methods
GetCellText(ListViewItemEventArgs)
Declaration
public ListViewDataItem GetCellText(ListViewItemEventArgs args)
  Parameters
| 
        ListViewItemEventArgs
        args
         
  | 
    
Returns
| 
        ListViewDataItem
         
  | 
    
OnSizeChanged(EventArgs)
Declaration
protected override void OnSizeChanged(EventArgs e)
  Parameters
| 
        System.EventArgs
        e
         
  | 
    
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
| 
        FontFamily
        font
         
  | 
    
| 
        System.Char[]
        symbols
         
  | 
    
PopulateWith(FontFamily, UnicodeCategory)
Declaration
public void PopulateWith(FontFamily font, UnicodeCategory cat)
  Parameters
| 
        FontFamily
        font
         
  | 
    
| 
        System.Globalization.UnicodeCategory
        cat
         
  | 
    
PopulateWithAll(FontFamily)
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>
         
  |