ResizeHorizontalCursor Property

Summary

Gets or sets the cursor that is displayed when the mouse pointer is over the horizontal splitter of the medical control.

Syntax
C#
VB
C++
public Cursor ResizeHorizontalCursor { get; set; } 
  
Public Property ResizeHorizontalCursor As Cursor 
            public: 
property Cursor^ ResizeHorizontalCursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

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.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly