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