Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceField Class / CommitOnSelChange Property

In This Topic
    CommitOnSelChange Property
    In This Topic
    Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field.
    Syntax
    'Declaration
     
    Public Property CommitOnSelChange As System.Boolean
    public System.bool CommitOnSelChange {get; set;}
    See Also