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