PowerTools InputMan for ASP.NET 8.0J
TabAction プロパティ (GcDateTime)
使用例 

[Tab]キーをコントロール間またはフィールド間のどちらのフォーカス移動に使用するかを取得または設定します。
構文
Public Property TabAction As TabAction
public TabAction TabAction {get; set;}

プロパティ値

既定値:GrapeCity.Web.Input.Core.TabAction.Control
解説
Format.Patternプロパティが空の文字列に設定されている場合は、TabActionプロパティの設定値にかかわらず、[Tab]キーまたは[Shift]+[Tab]キーは、コントロール間のフォーカス移動に使われます。
使用例
次のサンプルコードは、[Tab]キーまたは[Shift]+[Tab]キーをフィールド間の移動に使用できるように設定します。
Imports GrapeCity.Web.Input.Core

GcDateTime1.TabAction = TabAction.Field
using GrapeCity.Web.Input.Core;

GcDateTime1.TabAction = TabAction.Field;
参照

GcDateTime クラス
GcDateTime メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.