This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ButtonCheckAllImageFormat Property

List of images that are displayed in different states of the button which checks all the files in the folder pane in TwoPanes layout. This button is dispayed if CheckFilesBySelectAllButton is set to true.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property ButtonCheckAllImageFormat As ImageFormat
C#
public ImageFormat ButtonCheckAllImageFormat { get; }

Property Value

An ImageFormat instance that specifies custom images for the Check All button (focused, pressed, etc.).

Remarks

This property corresponds to ButtonCheckAllImageFormat client-side property.

See Also

Reference