Default highlight color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When a textbox gets focus in WinForm, the text inside the textbox is
highlighted with default color. How can I get the value of the default
highlight color like the following?

Dim BackColor as Color = MyTextBox.BackColor
Dim ForeColor as Color = MyTextBox.ForeColor
' And hopefully I can use something like the following:
' Dim HighLightColor as Color = MyTextBox.HighlightColor

Thanks.
 
Back
Top