ActionCursor Property

Summary
Gets or sets the cursor that is displayed when applying the action.
Syntax
C#
VB
C++
public Cursor ActionCursor { get; set; } 
  
Public Property ActionCursor As Cursor 
            public: 
property Cursor^ ActionCursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

Property Value

A System.Windows.Forms.Cursor object that represents the cursor to display when the action is being applied.

Example

For an example, refer to MedicalViewerCommonActions

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.