Applying Themes in Windows Forms Integer TextBox (Integertextbox)
3 Sep 2020 / 1 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
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page