我正在尝试使用TextBoxRenderer呈现“热”文本框:
TextBoxRenderer.DrawTextBox(e.Graphics, rectangle, TextBoxState.Hot);
除了它不起作用之外,它不会将文本框呈现为热。
TextBoxState.Selected不呈现为选中状态TextBoxState.Hot没有渲染得那么热

我如何使TextBoxRenderer.DrawTextBox(..., Hot)渲染为Hot?
相关但不同的问题:
我如何使TextBoxRenderer.DrawTextBox(..., Selected)渲染为Selected?