ClassShapesRibbonGallery
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShapesRibbonGallery : ControlBase
Inheritance: objectControlBaseShapesRibbonGallery
Inherited Members
Constructors
ShapesRibbonGallery()
Declaration
cs-api-definition
public ShapesRibbonGallery()
Fields
AssociatedRichTextBoxProperty
Declaration
cs-api-definition
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
DependencyProperty
Properties
AssociatedRichTextBox
Declaration
cs-api-definition
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.