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