Aurigma Image Uploader 6.5 Dual
ImageUploader..::.ButtonSelectAllImageFormat Property
List of images that specify different states of the button which selects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public ReadOnly Property ButtonSelectAllImageFormat As ImageFormat
C#
public ImageFormat ButtonSelectAllImageFormat { get; }
Property Value
An ImageFormat instance that specifies images that are displayed in different states of the Select All button (focused, pressed, etc.).
Remarks
This property corresponds to ButtonSelectAllImageFormat client-side property.