BluetoothLEAppearanceSubcategories.Mouse Property

Definition

Gets the mouse appearance subcategory code. This is only applicable for Bluetooth LE devices that are part of the BluetoothLEAppearanceCategories.HumanInterfaceDevice appearance category.

public:
 static property unsigned short Mouse { unsigned short get(); };
static uint16_t Mouse();
public static ushort Mouse { get; }
var uInt16 = BluetoothLEAppearanceSubcategories.mouse;
Public Shared ReadOnly Property Mouse As UShort

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory code for a mouse Bluetooth LE device.

Windows requirements

App capabilities
bluetooth

Applies to