TextBoxBase::CaretBrush Property
.NET Framework (current version)
Gets or sets the brush that is used to paint the caret of the text box.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Media::Brush^The brush that is used to paint the caret of the text box.
The following example creates a TextBox and adds the text, "This is some text." The example sets the CaretBrush and Foreground properties of a TextBox to blue.
The preceding example produces output that is like the following illustration.

TextBox with CaretBrush set to blue
.NET Framework
Available since 4.0
Available since 4.0
Show: