Applying Themes in Windows Forms PercentTextBox

18 Nov 20181 minute to read

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

 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