Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / AlwaysPostChanges Property

In This Topic
    AlwaysPostChanges Property (DropDownFormBase)
    In This Topic
    If this flag is set, the changes to the control Value can only be cancelled explicitly, with Esc key or using the CloseForm method, and implicit cancellation (when the form is closed because it loses focus) is disabled.
    Syntax
    'Declaration
     
    
    Protected Property AlwaysPostChanges As Boolean
    protected bool AlwaysPostChanges {get; set;}
    See Also