Class RichTextEditorRibbonTab
Inheritance
System.Object
RichTextEditorRibbonTab
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.WinControls.UI.RichTextEditorRibbonUI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RichTextEditorRibbonTab : RibbonTab, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RichTextEditorRibbonTab()
Declaration
public RichTextEditorRibbonTab()
Properties
CanBeAddedToContextualGroup
Declaration
protected override bool CanBeAddedToContextualGroup { get; }
Property Value
System.Boolean
|
Overrides
Items
Gets the nested items.
Declaration
[RadNewItem("Add New Group...", true, false, false)]
public override RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|