Back to Devexpress

RibbonControl.SearchItemShortcut Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-cc99bbb0.md

latest1.7 KB
Original Source

RibbonControl.SearchItemShortcut Property

Gets or sets the shortcut used to focus the search box.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual BarShortcut SearchItemShortcut { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property SearchItemShortcut As BarShortcut

Property Value

TypeDescription
BarShortcut

A BarShortcut object that specifies the shortcut used to focus the search box.

|

Remarks

Note

Use the RibbonOptionsSearchMenu.SearchItemShortcut property instead.

See Also

Search Menu

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace