Back to Devexpress

BarManager.ReFocusEditorOnPopupClose Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-f651d2de.md

latest1.3 KB
Original Source

BarManager.ReFocusEditorOnPopupClose Property

Gets or sets whether or not the last focused editor should be focused again after a user has clicked a popup menu item and this menu was closed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool ReFocusEditorOnPopupClose { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Property ReFocusEditorOnPopupClose As Boolean

Property Value

TypeDescription
Boolean

true , to focus the last focused editor again; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace