Share via


ActionsPane.Cursor Property (2007 System)

Provides the same functionality as the Control.Cursor property.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Property Cursor As Cursor
'Usage
Dim instance As ActionsPane 
Dim value As Cursor 

value = instance.Cursor

instance.Cursor = value
public Cursor Cursor { get; set; }
public:
property Cursor^ Cursor {
    Cursor^ get ();
    void set (Cursor^ value);
}
public function get Cursor () : Cursor 
public function set Cursor (value : Cursor)

Property Value

Type: System.Windows.Forms.Cursor

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace