Gets or sets the cursor that is displayed when the mouse pointer is over the horizontal splitter of the medical control.
public Cursor ResizeHorizontalCursor {get; set;}
'Declaration
Public Property ResizeHorizontalCursor As Cursor
'Usage
Dim instance As MedicalViewer
Dim value As Cursor
instance.ResizeHorizontalCursor = value
value = instance.ResizeHorizontalCursor
public:
property Cursor^ ResizeHorizontalCursor {
Cursor^ get();
void set ( Cursor^ value);
}
Property Value
A
System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the horizontal splitter of the medical control.