Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1650
UltraDateTimeEditor spin button image
posted

Is it possible to change the Spin Button images?

If so how??

Parents
  • 469350
    Offline posted

    Hi,

    There are no properties to set these button images. But you could change the appearance of the buttons using a DrawFilter or a CreationFilter.

    Are you referring to the built-in spin buttons (SpinButtonDisplayStyle) or a set of SpinEditorButtons in the ButtonsRight or ButtonsLeft collection?

    What do you want to change the images to? I assume you have a bitmap or other image file that you want to use to replace the images on these buttons?

    If so, do your images fit inside the current size of the buttons? I don't think you can change the size of the buttons. You might be able to change the width of them with a CreationFilter, but the height is determined by the height of the control.

     

Reply Children