BCGSoft.Visualization Namespace > VisualManager Class : OnSetWindowRegion Method |
A form whose region has been changed.
The size of the window.
This method is used as a notification that a region has been set for all frames and popup menus. It's required to implement windows with non-rectangular edges.
'Declaration Public Overridable Function OnSetWindowRegion( _ ByVal form As Form, _ ByVal regionSize As Size _ ) As Boolean
'Usage Dim instance As VisualManager Dim form As Form Dim regionSize As Size Dim value As Boolean value = instance.OnSetWindowRegion(form, regionSize)
public virtual bool OnSetWindowRegion( Form form, Size regionSize )
public: virtual bool OnSetWindowRegion( Form* form, Size regionSize )
public: virtual bool OnSetWindowRegion( Form^ form, Size regionSize )
A form whose region has been changed.
The size of the window.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2