Data ListSwitch Section Shortcut Property
This is used to set or get the shortcut key to use for jumping between the header, detail, and footer
sections of the control.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Shortcut SwitchSectionShortcut { get; set; }VB
Public Property SwitchSectionShortcut As Shortcut
Get
SetC++
public:
property Shortcut SwitchSectionShortcut {
Shortcut get ();
void set (Shortcut value);
}F#
member SwitchSectionShortcut : Shortcut with get, setProperty Value
ShortcutRemarks
The default is F6. It is ignored if no header and footer are specified. A section
will still be given the focus even if there are no controls within it that will accept the focus.