Class
ShapesGallery

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ShapesGallery : PopupGalleryBase<ShapesGalleryItem>

Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<ShapesGalleryItem>ShapesGallery

Inherited Members PopupGalleryBase<ShapesGalleryItem>.Initialize()PopupGalleryBase<ShapesGalleryItem>.AddGalleryItem(ShapesGalleryItem, string)PopupGalleryBase<ShapesGalleryItem>.AddGalleryItem(IEnumerable<ShapesGalleryItem>, string)PopupGalleryBase<ShapesGalleryItem>.OnApplyTemplate()PopupGalleryBase<ShapesGalleryItem>.CurrentItemPopupGalleryBase.PopupContentWidthPropertyPopupGalleryBase.GallerySeparatorStylePropertyPopupGalleryBase.GalleryHeaderItemStylePropertyPopupGalleryBase.GalleryContentItemStylePropertyPopupGalleryBase.PopupContentWidthPopupGalleryBase.GallerySeparatorStylePopupGalleryBase.GalleryHeaderItemStylePopupGalleryBase.GalleryContentItemStyleControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

ShapesGallery()

Declaration

cs-api-definition
public ShapesGallery()

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

RadRichTextBox

Methods

GalleryItemContentToListBoxItem(ShapesGalleryItem)

Gets a ListBox item from a gallery item.

Declaration

cs-api-definition
protected override RadListBoxItem GalleryItemContentToListBoxItem(ShapesGalleryItem galleryItem)

Parameters

galleryItem

ShapesGalleryItem

Returns

RadListBoxItem

The ListBox item.

Overrides PopupGalleryBase<ShapesGalleryItem>.GalleryItemContentToListBoxItem(ShapesGalleryItem)

InitializeGalleryItems()

Declaration

cs-api-definition
protected override void InitializeGalleryItems()

Overrides PopupGalleryBase<ShapesGalleryItem>.InitializeGalleryItems()

ListBoxItemToGalleryItemContent(RadListBoxItem)

Gets a gallery item from a ListBox item.

Declaration

cs-api-definition
protected override ShapesGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)

Parameters

item

RadListBoxItem

The list box item item.

Returns

ShapesGalleryItem

The gallery item.

Overrides PopupGalleryBase<ShapesGalleryItem>.ListBoxItemToGalleryItemContent(RadListBoxItem)

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

EventArgs

The RoutedEventArgs that contains the event data.

OnSelectionChangedOverride()

Declaration

cs-api-definition
protected override void OnSelectionChangedOverride()

Overrides PopupGalleryBase<ShapesGalleryItem>.OnSelectionChangedOverride()