AutoCloseOptions Properties
Allows you to create messages and dialogs that automatically close when a timer expires. See the XtraBaseArgs.AutoCloseOptions property for examples.Name | Description |
---|---|
Delay | Gets or sets the timer (in milliseconds) that automatically closes the dialog when it expires. See the XtraBaseArgs.AutoCloseOptions property for examples. |
ShowTimerOnDefaultButton | If the AutoCloseOptions.Delay timer was set to a value different from zero, the ShowTimerOnDefaultButton property allows you to display the remaining timer duration on the default dialog button. See the XtraBaseArgs.AutoCloseOptions property for examples. |
See Also