BCGControlBar Library for .NET
OnPosSizeChanged Method




The boundaries of the property item to change.
You can override this function in the derived class to add new implementation to the event related to the changing location of the property list item.
Syntax
'Declaration
 
Public Overridable Sub OnPosSizeChanged( _
   ByVal rectOld As Rectangle _
) 
'Usage
 
Dim instance As PropertyListItem
Dim rectOld As Rectangle
 
instance.OnPosSizeChanged(rectOld)
public virtual void OnPosSizeChanged( 
   Rectangle rectOld
)
public: virtual void OnPosSizeChanged( 
   Rectangle rectOld
) 
public:
virtual void OnPosSizeChanged( 
   Rectangle rectOld
) 

Parameters

rectOld
The boundaries of the property item to change.
Requirements

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

See Also

Reference

PropertyListItem Class
PropertyListItem Members

Send Feedback