GrapeCity MultiRow Windows Forms Documentation
InputDeviceType Property
Example 


Gets the input device type which indicates the current device.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property InputDeviceType As InputDeviceType
Dim instance As GcMultiRow
Dim value As InputDeviceType
 
value = instance.InputDeviceType
[Browsable(false)]
public InputDeviceType InputDeviceType {get;}

Property Value

A InputDeviceType that indicates the current device.
Example
This example gets the input device type.
listBox1.Items.Add(gcMultiRow1.InputDeviceType.ToString());
ListBox1.Items.Add(GcMultiRow1.InputDeviceType.ToString())
Requirements

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

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.