Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Control.Cursor.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Cursor As Cursor
'Usage
Dim instance As DiagramClientView
Dim value As Cursor
value = instance.Cursor
public override Cursor Cursor { get; }
public:
virtual property Cursor^ Cursor {
Cursor^ get () override;
}
public override function get Cursor () : Cursor
Property Value
Type: System.Windows.Forms.Cursor
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.