ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Boolean
    protected System.bool AlwaysPostChanges {get; set;}
    See Also