Applying Themes in Windows Forms IntegerTextBox

18 Nov 20181 minute to read

Themes can be applied to the IntegerTextBox control using the ThemesEnabled property given below.

 Refer Border Settings topic to know about the BorderStyle property.

this.integerTextBox1.ThemesEnabled = true;
Me.integerTextBox1.ThemesEnabled = true

Themes

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