Applying Themes in Windows Forms Integer TextBox (Integertextbox)
28 Apr 20211 minute to read
Themes can be applied to the IntegerTextBox control using the ThemesEnabled property given below.
NOTE
Refer Border Settings topic to know about the BorderStyle property.
this.integerTextBox1.ThemesEnabled = true;
Me.integerTextBox1.ThemesEnabled = true
A sample which demonstrates the ThemesEnabled property of the IntegerTextBox control is available in the below sample installation path.
…\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS