Attach Method
Definition
Namespace: Avalonia.Controls.Chrome
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public virtual void Attach(
Window hostWindow
)
Public Overridable Sub Attach (
hostWindow As Window
)
abstract Attach :
hostWindow : Window -> unit
override Attach :
hostWindow : Window -> unit