CommandBarGalleryItems Collection Members
See Also
- CommandBarGalleryItems Overview
- CommandBarGallery Object
- CreateGalleryItems Method
- AddItem Method
- AddLabel Method
- DeleteAt Method
- DeleteAll Method
- DrawItem Event
- ItemHeight Property
- ItemWidth Property
- CommandBarGalleryItem Object

CommandBarGalleryItems Collection Members
Public Methods
AddItem: Adds a gallery item to the Items collection.
AddLabel: Adds a label item to the Items collection.
AddSeparator: Adds a separator item to the Items collection.
DeleteAll: Deletes all the CommandBarGalleryItem objects in the Items collection.
DeleteAt: Deletes the specified CommandBarGalleryItem object in the Items collection.
Public Properties
ClipItems
Count: Total number of CommandBarGalleryItem objects in the CommandBarGalleryItems collection.
EnableMarkup: Allows the use of a XAML snippet to be used for the label of gallery items in this control.
Icons: Collection of ImageManagerIcons the items in the CommandBarGalleryItems collection will use to hold images for the gallery items.
Item: Gets/sets the CommandBarGalleryItem objects.
ItemHeight: Gets/sets the height of the CommandBarGalleryItem objects in the CommandBarGalleryItems collection.
ItemWidth: Gets/sets the width of the CommandBarGalleryItem objects in the CommandBarGalleryItems collection.
MarkupContext: Connects events in XML Markup with actual methods, functions, and events in your code.
Events
DrawItem: Occurs when a CommandBarGalleryItem is about to be drawn. This allows you to override the drawing of items in a gallery.
See Also
- CommandBarGalleryItems Overview
- CommandBarGallery Object
- CreateGalleryItems Method
- AddItem Method
- AddLabel Method
- DeleteAt Method
- DeleteAll Method
- DrawItem Event
- ItemHeight Property
- ItemWidth Property
- CommandBarGalleryItem Object
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.