Profile Property (Read/Write)

Top  Previous  Next

Sets or gets the name of the current keyboard map set.

 

VB.NET Syntax

 

Keyboard.Profile [= String]

 

C# Syntax

 

Keyboard.Profile [= string];

 

 

Remarks

 

The default keyboard map is called "Default". You can access a collection of keyboard maps to be generated and customized through the ShowEditor method. Then you can assign a different profile using this property.

Different profiles generated will be stored through Profiles control and the physical file will be identified through KeyboardFile property.

 

 

See Also Profiles control, KeyboardFile property and ShowEditor method.