How to activate text in Windows Forms CurrencyTextBox

18 Nov 20181 minute to read

When the control is set to disabled, we could not make any changes in it. But we can make the text active by setting DrawActiveWhenDisabled to True.

The following figure illustrates this.

Text active when the control is disabled