共用方式為


PrintPreviewDialog.Cursor 屬性

定義

取得或設定控制項的資料指標 (Cursor)。

public:
 virtual property System::Windows::Forms::Cursor ^ Cursor { System::Windows::Forms::Cursor ^ get(); void set(System::Windows::Forms::Cursor ^ value); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.Cursor Cursor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Cursor : System.Windows.Forms.Cursor with get, set
Public Overrides Property Cursor As Cursor

屬性值

Cursor

Cursor,表示滑鼠指標移至控制項上方時所顯示的游標。

屬性

備註

這個屬性與這個類別無關。

適用於