Class RichTextEditorContextMenuItem
Inheritance
System.Object
RichTextEditorContextMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RichTextEditorContextMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
RichTextEditorContextMenuItem()
Declaration
public RichTextEditorContextMenuItem()
RichTextEditorContextMenuItem(String)
Declaration
public RichTextEditorContextMenuItem(string text)
Parameters
System.String
text
|
RichTextEditorContextMenuItem(String, Image)
Declaration
public RichTextEditorContextMenuItem(string text, Image icon)
Parameters
System.String
text
|
System.Drawing.Image
icon
|
RichTextEditorContextMenuItem(String, Image, RadSvgImage)
Declaration
public RichTextEditorContextMenuItem(string text, Image icon, RadSvgImage svgIcon)
Parameters
System.String
text
|
System.Drawing.Image
icon
|
RadSvgImage
svgIcon
|
Properties
Command
Declaration
public RichTextBoxCommandBase Command { get; set; }
Property Value
RichTextBoxCommandBase
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.EventArgs
e
|