[]
Images for C1DropDownControl buttons
[TypeConverter(typeof(ButtonImages.ButtonImagesTypeConverter))]
public class ButtonImages
| 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 |
| 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. |