PowerTools InputMan for ASP.NET 8.0J
MaxMinBehavior 列挙体

範囲外の場合に、その値をどのように制御するかを指定します。
構文
Public Enum MaxMinBehavior 
   Inherits System.Enum
public enum MaxMinBehavior : System.Enum 
メンバ
メンバ解説
AdjustToMaxMin値を最小値か最大値の近い方に設定します。
CancelInput最後の入力をキャンセルしてフォーカスを保持します。
Clear値を削除してnull(Visual BasicではNothing) にします。
Keep最後に入力された現在値を保持します。
Restore変更前の値に戻します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Web.Input.Core.MaxMinBehavior

参照

GrapeCity.Web.Input.Core 名前空間
GcDateTime.MaxMinBehavior プロパティ
GcNumber.MaxMinBehavior プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.