Applying Themes in Windows Forms Percent TextBox

4 Feb 20251 minute to read

Themes can be applied to the PercentTextBox control using the ThemesEnabled property.

NOTE

 Refer Border Settings topic to know about the BorderStyle property.

this.percentTextBox1.ThemesEnabled = true;
Me.percentTextBox1.ThemesEnabled = true

Themes

A Sample which demonstrates the ThemesEnabled property of the PercentTextBox control is available in the below sample installation path.

…\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo