Gets or sets the flag indicating if a new value selected is committed immediately without waiting to leave the field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool CommitOnSelChange { get; set; }
Public Property CommitOnSelChange As Boolean
	Get
	Set
public:
property bool CommitOnSelChange {
	bool get ();
	void set (bool value);
}
member CommitOnSelChange : bool with get, set

Property Value

Boolean

See Also