
Enabled
Sets or acquires the status (enabled/disabled) of operation using the touch panel.
■ Syntax
[VB]
Public Shared Property Enabled As Integer
[C#]
public static int Enabled {get; set;}
■ Property
Enable(=1), Disable(=0)
Default value
: 1
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Disable touch panel operation.
[VB] TouchPanel.Settings.Enabled = 0
[C#] TouchPanel.Settings.Enabled = 0;
297
Komentarze do niniejszej Instrukcji