Class ShapesGallery
Inheritance
System.Object
ShapesGallery
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ShapesGallery : PopupGalleryBase<ShapesGalleryItem>
Constructors
ShapesGallery()
Declaration
public ShapesGallery()
Fields
AssociatedRichTextBoxProperty
Declaration
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AssociatedRichTextBox
Methods
GalleryItemContentToListBoxItem(ShapesGalleryItem)
Declaration
protected override RadListBoxItem GalleryItemContentToListBoxItem(ShapesGalleryItem galleryItem)
Parameters
ShapesGalleryItem
galleryItem
|
Returns
RadListBoxItem
|
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Shapes.Galleries.ShapesGalleryItem>.GalleryItemContentToListBoxItem(Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Shapes.Galleries.ShapesGalleryItem)
InitializeGalleryItems()
Declaration
protected override void InitializeGalleryItems()
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Shapes.Galleries.ShapesGalleryItem>.InitializeGalleryItems()
ListBoxItemToGalleryItemContent(RadListBoxItem)
Declaration
protected override ShapesGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
Parameters
RadListBoxItem
item
|
Returns
ShapesGalleryItem
|
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Shapes.Galleries.ShapesGalleryItem>.ListBoxItemToGalleryItemContent(Telerik.Windows.Controls.RadListBoxItem)
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnSelectionChangedOverride()
Declaration
protected override void OnSelectionChangedOverride()
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Shapes.Galleries.ShapesGalleryItem>.OnSelectionChangedOverride()