IsKeyboardNavigationEnabled Property (WpfDicomSeriesManagerControl)
Gets or sets a value indicating whether the keyboard navigation is enabled.
'Declaration
Public Property IsKeyboardNavigationEnabled As Boolean
public bool IsKeyboardNavigationEnabled { get; set; }
public: __property bool get_IsKeyboardNavigationEnabled();
public: __property void set_IsKeyboardNavigationEnabled(
bool
);
public:
property bool IsKeyboardNavigationEnabled {
bool get();
void set(bool );
}
Property Value
True - keyboard navigation is enabled; false - keyboard navigation is disabled.
Default value is true.
When keyboard navigation is enabled, the following keyboard shortcuts are available:
- Left - go to the previous image in focused series
- Right - go to the next image in focused series
- Up - go to the previous series
- Down - go to the next series
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5