MessageBoxInitializeComponent Method

Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).

Definition

Namespace: BeeMobile.MessageBox
Assembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
C#
public void InitializeComponent(
	bool loadXaml = true
)

Parameters

loadXaml  Boolean  (Optional)
Should the XAML be loaded into the component.

See Also