| 
AskFieldEventArgs
Cancel Property
  | 
 Gets or sets a value indicating whether cancel to answer the question.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool Cancel { get; set; }
 
Public Property Cancel As Boolean
	Get
	Set
 
public:
property bool Cancel {
	bool get ();
	void set (bool value);
}
 
member Cancel : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also