Gets or sets the cursor that is displayed when the mouse pointer is over the intersection between the horizontal and vertical splitters.
public Cursor ResizeBoth {get; set;}
'Declaration
Public Property ResizeBoth As Cursor
'Usage
Dim instance As MedicalViewer
Dim value As Cursor
instance.ResizeBoth = value
value = instance.ResizeBoth
public:
property Cursor^ ResizeBoth {
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 intersection between the horizontal and vertical splitters.