SimpleUS_KeyboardLayoutInitializeComponent Method
Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).
Namespace: BeeMobile.VirtualKeyboard.LayoutsAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public void InitializeComponent(
bool loadXaml = true
)
member InitializeComponent :
?loadXaml : bool
(* Defaults:
let _loadXaml = defaultArg loadXaml true
*)
-> unit
Parameters
- loadXaml Boolean (Optional)
- Should the XAML be loaded into the component.