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

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

パラメータ

value
The value.

戻り値の型

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

AccordionBuilder クラス
AccordionBuilder メンバ