AutoCloseOptions Members
Allows you to create messages and dialogs that automatically close when a timer expires. See the XtraBaseArgs.AutoCloseOptions property for examples.Constructors
| Name | Description |
|---|---|
| AutoCloseOptions() | Creates a new instance of the AutoCloseOptions class with default settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current AutoCloseOptions object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also