DiagramClientView.Cursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Note: Override the cursor in the MouseAction-derived classes or ShapeElement-derived classes instead.)
public:
virtual property System::Windows::Forms::Cursor ^ Cursor { System::Windows::Forms::Cursor ^ get(); };
public override System.Windows.Forms.Cursor Cursor { get; }
member this.Cursor : System.Windows.Forms.Cursor
Public Overrides ReadOnly Property Cursor As Cursor