PrintPreviewDialog.UseWaitCursor プロパティ

定義

待機カーソルを取得します。通常は砂時計の形です。

public:
 property bool UseWaitCursor { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseWaitCursor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseWaitCursor : bool with get, set
Public Property UseWaitCursor As Boolean

プロパティ値

Boolean

現在の子コントロールおよびすべての子コントロールに待機カーソルを使用する場合は true。それ以外の場合は false。 既定値は、false です。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象