Having trouble getting help?
Contact Support
Contact Support
Applying Themes in Windows Forms Integer TextBox (Integertextbox)
4 Feb 20251 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