Back to Devexpress

AutoCloseOptions Members

windowsforms-devexpress-dot-xtraeditors-dot-autocloseoptions-dot-underscore-members.md

latest3.5 KB
Original Source

AutoCloseOptions Members

Allows you to create messages and dialogs that automatically close when a timer expires. See the XtraBaseArgs.AutoCloseOptions property for examples.

Constructors

NameDescription
AutoCloseOptions()Creates a new instance of the AutoCloseOptions class with default settings.

Properties

NameDescription
DelayGets or sets the timer (in milliseconds) that automatically closes the dialog when it expires. See the XtraBaseArgs.AutoCloseOptions property for examples.
ShowTimerOnDefaultButtonIf 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

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

AutoCloseOptions Class

DevExpress.XtraEditors Namespace