Skip to main content

GalleryControlGallery Methods

Represents a gallery within a GalleryControl.
Name Description
AddAnimation(ImageLoadInfo) This member supports the internal infrastructure, and is not intended to be used directly from your code.
Assign(BaseGallery) Assigns all GalleryItems, displayed within the specific BaseGallery to the current BaseGallery. Inherited from BaseGallery.
BeginUpdate() Locks the BaseGallery, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. Inherited from BaseGallery.
CalcHitInfo(Point) Returns information on the StandaloneGallery‘s elements located at the specified point. Inherited from StandaloneGallery.
CancelUpdate() Unlocks the BaseGallery object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseGallery.
ClearHoverImagePopupForms() static Inherited from BaseGallery.
CreateFrom(BaseGallery) Copies contents and settings from the specified gallery to the current gallery. Inherited from BaseGallery.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Destroy() Destroys gallery items and clears gallery group collection. Inherited from BaseGallery.
DestroyItems() Destroys gallery items that belong to the current gallery. Inherited from BaseGallery.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndUpdate() Unlocks the BaseGallery object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseGallery.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ForceItemRefresh(ImageLoadInfo) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetAllItems() Returns a list containing all gallery items that belong to the current gallery. Inherited from BaseGallery.
GetAllowHoverAnimation() static Returns whether animation on hovering gallery items is actually enabled. Inherited from BaseGallery.
GetCheckedItem() Returns the checked (selected) gallery item (if only one item is selected). Inherited from BaseGallery.
GetCheckedItems() Returns a list containing the currently checked (selected) gallery items. Inherited from BaseGallery.
GetCheckedItemsCount() Returns the total number of currently checked gallery items. Inherited from BaseGallery.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItemByCaption(String) Returns an item that has the specified caption. Inherited from BaseGallery.
GetItemByValue(Object) Gets a GalleryItem that matches the specific value. Inherited from BaseGallery.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewInfo() Gets the StandaloneGallery‘s view information. Inherited from StandaloneGallery.
GetVisibleItems() Returns a list containing visible gallery items. Inherited from BaseGallery.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
Invalidate() Invalidates the region occupied by the GalleryControlGallery object (adds the region to the control’s update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control.
Invalidate(GalleryItem) Invalidates the region which is occupied by the specified Gallery item. Inherited from BaseGallery.
Invalidate(Rectangle) Invalidates the specified region (adds it to the control’s update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. Inherited from StandaloneGallery.
LayoutChanged() Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen.
MakeVisible(GalleryItem) Makes the specified item visible, if it’s hidden due to scrolling. Inherited from StandaloneGallery.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
RaiseGetLoadingImage(GetLoadingImageEventArgs) Raises the BaseGallery.GetLoadingImage event with specific arguments. Inherited from BaseGallery.
RaiseGetThumbnailImage(ThumbnailImageEventArgs) Raises the BaseGallery.GetThumbnailImage event with specific arguments. Inherited from BaseGallery.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshContextButtons(GalleryItem) Redraws context buttons in the specified gallery item. Inherited from StandaloneGallery.
RefreshGallery() Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen.
Scale(ScaleHelper) Inherited from BaseGallery.
ScrollTo(GalleryItem, Boolean, VertAlignment) Scrolls the gallery, making the specified gallery item visible (with or without an animation effect). Inherited from StandaloneGallery.
ScrollTo(GalleryItem, Boolean) Scrolls the gallery (with or without an animation effect) making the specified item visible. Inherited from BaseGallery.
ScrollTo(GalleryItemGroup, Boolean, VertAlignment) Scrolls the gallery, making the specified gallery group visible (with or without an animation effect). Inherited from StandaloneGallery.
ScrollTo(GalleryItemGroup, Boolean) Scrolls the gallery (with or without an animation effect) making the specified gallery group visible. Inherited from BaseGallery.
SetItemCheck(GalleryItem, Boolean, Boolean) Checks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked. Inherited from BaseGallery.
SetItemCheck(GalleryItem, Boolean) Checks or unchecks the specified item. If multiple item checking is enabled and the CTRL or SHIFT key is currently pressed, the SetItemCheck method doesn’t uncheck the previously checked items. Otherwise, these items are unchecked. Inherited from BaseGallery.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UpdateHitInfo() Updates the GalleryControlGallery item selection.
See Also