Share via


HwndWrapper.IsWindowSubclassed Property

Definition

Determines whether or not a per-instance window procedure should be created for each HWND. By default, HwndWrapper uses the window class's default window procedure for the HWND.

protected:
 virtual property bool IsWindowSubclassed { bool get(); };
protected:
 virtual property bool IsWindowSubclassed { bool get(); };
protected virtual bool IsWindowSubclassed { get; }
member this.IsWindowSubclassed : bool
Protected Overridable ReadOnly Property IsWindowSubclassed As Boolean

Property Value

Returns Boolean.

Applies to