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

属性

注解

此属性与此类无关。

适用于