Gets the cursor foreground.
Syntax
'Declaration
Public Shared ReadOnly Property CursorForegroundColor As Brush
'Usage
Dim value As Brush
value = ThemeEx.CursorForegroundColor
public static Brush CursorForegroundColor {get;}
public:
static property Brush^ CursorForegroundColor {
Brush^ get();
}
See Also