ASP.NET Core MVC コントロールヘルプ
AutoSwitch メソッド (TabPanelBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TabPanelBuilder クラス : AutoSwitch メソッド
The value.
Configurates C1.Web.Mvc.TabPanel.AutoSwitch. Sets a value that determines whether the control should switch tabs automatically when the user selects a tab using the arrow keys.
シンタックス
'宣言
 
Public Function AutoSwitch( _
   ByVal value As System.Boolean _
) As TabPanelBuilder
public TabPanelBuilder AutoSwitch( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
When AutoSwitch is set to true (the default value), pressing the arrow keys automatically switches tabs. Pressing the tab key selects the next element in the tab sequence, which excludes non-selected tab headers. When AutoSwitch is set to false, pressing the arrow keys or the tab key moves the focus to the next or previous tab header, but does not switch tabs. Pressing the Enter or Space keys is required to activate the tab that has the focus.
参照

TabPanelBuilder クラス
TabPanelBuilder メンバ