How to Set Image for Slider in Toggle Button

3 May 20211 minute to read

You can set the image through the Image property. Following code example illustrates the same.

this.toggleButton1.Slider.Image = global::ToggleButtonDemo2010.Properties.Resources.big_tick;
Me.toggleButton1.Slider.Image = Global.ToggleButtonDemo2010.Properties.Resources.big_tick

How-to-set-image-for-Slider-in-Toggle-Button_img1