Profiles Property (Read/Write) |
Top Previous Next |
Sets the Profiles Control as the profile manager for this control.
VB.NET Syntax
Keyboard.Profiles [= Profiles]
C# Syntax
Keyboard.Profiles [= Profiles];
Remarks
After setting this property, you can access a collection of keyboard maps to be generated and customized through the ShowEditor method.
See Also Profiles control and ShowEditor method.
|