Cursor Property
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
Syntax
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Overrides Property Cursor As Cursor
'Usage Dim instance As PDFPageView Dim value As Cursor instance.Cursor = value value = instance.Cursor
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public override Cursor Cursor {get; set;}
Property Value
A Cursor that represents the cursor to display when the mouse pointer is over the control.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also