UtilDotNetBarDefaultKeyboardLayout Property
Gets the default layout for a KeyboardControl control.
Namespace: DevCase.ThirdParty.DotNetBarAssembly: DevCase.net48.ThirdParty.DotNetBar (in DevCase.net48.ThirdParty.DotNetBar.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Keyboard DefaultKeyboardLayout { get; }
Public Shared ReadOnly Property DefaultKeyboardLayout As Keyboard
Get
Dim value As Keyboard
value = UtilDotNetBar.DefaultKeyboardLayout
public:
static property Keyboard^ DefaultKeyboardLayout {
Keyboard^ get ();
}
static member DefaultKeyboardLayout : Keyboard with get
No code example is currently available or this language may not be supported.
Property Value
Keyboard
The default layout for a
KeyboardControl control.
This is a code example.
No code example is currently available or this language may not be supported.
Dim kbd As New KeyboardControl
kbd.Keyboard = DefaultKeyboardLayout()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.