This documentation is archived and is not being maintained.
ToolStrip::Cursor Property
.NET Framework (current version)
Gets or sets the cursor that is displayed when the mouse pointer is over the ToolStrip.
Namespace:
System.Windows.FormsAssembly:
System.Windows.Forms (in System.Windows.Forms.dll)
public:
[BrowsableAttribute(false)]
property Cursor^ Cursor {
virtual Cursor^ get() override;
virtual void set(Cursor^ value) override;
}
Use the Cursor property to get or set a specific Cursor used with the ToolStrip.
The following code example demonstrates the syntax for setting common ToolStrip properties, including the Cursor property.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 2.0
Return to top