'Declaration
<DescriptionAttribute("Gets or sets the cursor that should be displayed when the mouse is over elements with this style.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute("")> <BrowsableAttribute(False)> Public Property Cursor As Cursor
[Description("Gets or sets the cursor that should be displayed when the mouse is over elements with this style.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue("")] [Browsable(false)] public Cursor Cursor {get; set;}