Cursors.HSplit Property

Definition

Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar.

public:
 static property System::Windows::Forms::Cursor ^ HSplit { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor HSplit { get; }
static member HSplit : System.Windows.Forms.Cursor
Public Shared ReadOnly Property HSplit As Cursor

Property Value

The Cursor that represents the cursor that appears when the mouse is positioned over a horizontal splitter bar.

Applies to

See also