PrintPageEventArgs.Cancel 屬性

定義

取得或設定一個值,指示列印工作是否應該取消。

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

屬性值

true如果列印工作應該被取消;否則,。 false

適用於