How to Set Image for Slider in ToggleButton
18 Nov 20181 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