HwndWrapper.IsWindowSubclassed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.