SetChild Method
Sets the control to display in the popup.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void SetChild(
Control? control
)
Public Sub SetChild (
control As Control
)
abstract SetChild :
control : Control -> unit
override SetChild :
control : Control -> unit
Parameters
Implements
IPopupHost.SetChild(Control)See Also
Reference
OverlayPopupHost Class
Avalonia.Controls.Primitives Namespace