Back to Devexpress

BaseSpinEdit.ClosePopup() Method

windowsforms-devexpress-dot-xtraeditors-dot-basespinedit-10c87188.md

latest1.6 KB
Original Source

BaseSpinEdit.ClosePopup() Method

Saves the current value and closes the pop-up associated with the BaseSpinEdit-derived control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override void ClosePopup()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Sub ClosePopup

Remarks

This method is overridden to hide it in the Visual Studio IDE editor. Specific descendants of the BaseSpinEdit class make the ClosePopup method visible in the IDE editor again.

For more information on the ClosePopup method behavior, see the PopupBaseEdit.ClosePopup topic in the base class.

See Also

ClosePopup()

CancelPopup()

BaseSpinEdit Class

BaseSpinEdit Members

DevExpress.XtraEditors Namespace