名前空間一覧 > GrapeCity.Web.Input.Core 名前空間 > BaseEditControl クラス : ExitOnLeftRightKey プロパティ |
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}
Imports GrapeCity.Web.Input.Core
GcTextBox1.ExitOnLeftRightKey = ExitOnLeftRightKey.Right
using GrapeCity.Web.Input.Core;
GcTextBox1.ExitOnLeftRightKey = ExitOnLeftRightKey.Right;