[]
        
(Showing Draft Content)

C1.Win.C1Input.ButtonImages

ButtonImages Class

Images for C1DropDownControl buttons

Inheritance
ButtonImages
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[TypeConverter(typeof(ButtonImages.ButtonImagesTypeConverter))]
public class ButtonImages

Properties

Name Description
CustomImage

Image for Custom button

DownImage

Image for Down button

DropImage

Image for DropDown button

ModalImage

Image for Modal button

UpImage

Image for Up button

Methods

Name Description
HasImage()

Returns True if any custom image is assigned

Reset()

Clears all custom images and returns standard images for C1DropDownControl buttons.

ResetCustomImage()

This method is for internal use only.

ResetDownImage()

This method is for internal use only.

ResetDropImage()

This method is for internal use only.

ResetModalImage()

This method is for internal use only.

ResetUpImage()

This method is for internal use only.

ShouldSerializeCustomImage()

This method is for internal use only.

ShouldSerializeDownImage()

This method is for internal use only.

ShouldSerializeDropImage()

This method is for internal use only.

ShouldSerializeModalImage()

This method is for internal use only.

ShouldSerializeUpImage()

This method is for internal use only.