ShapesGallery
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShapesGallery : PopupGalleryBase<ShapesGalleryItem>
Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<ShapesGalleryItem>ShapesGallery
Inherited Members
Constructors
C#
public ShapesGallery()
Fields
AssociatedRichTextBoxProperty
DependencyProperty
C#
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Properties
C#
public RadRichTextBox AssociatedRichTextBox { get; set; }
Methods
Gets a ListBox item from a gallery item.
C#
protected override RadListBoxItem GalleryItemContentToListBoxItem(ShapesGalleryItem galleryItem)
The ListBox item.
Overrides:
C#
protected override void InitializeGalleryItems()
Overrides:
Gets a gallery item from a ListBox item.
C#
protected override ShapesGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
The list box item item.
Returns:The gallery item.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
C#
protected override void OnSelectionChangedOverride()
Overrides: