GrapeCity.Win.Components 名前空間 > GcKeyLock クラス : SetCapsLock メソッド |
Public Sub SetCapsLock( _ ByVal control As Control, _ ByVal lockKeyMode As LockKeyMode _ )
public void SetCapsLock( Control control, LockKeyMode lockKeyMode )
例外 | 解説 |
---|---|
System.ArgumentException | コントロールを拡張することはできません。 |
Imports GrapeCity.Win.Components
GcKeyLock1.SetCapsLock(TextBox1, LockKeyMode.On)
using GrapeCity.Win.Components;
gcKeyLock1.SetCapsLock(textBox1, LockKeyMode.On);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2