BCGSoft.Controls.PropertyList Namespace > PropertyListItem Class : OnDrawExpandBox Method |
The bounding rectangle of the expand box.
Called by the framework to draw an expand box near a property containing sub-properties.
'Declaration Public Overridable Sub OnDrawExpandBox( _ ByVal graphics As Graphics, _ ByVal rectExpand As Rectangle _ )
'Usage Dim instance As PropertyListItem Dim graphics As Graphics Dim rectExpand As Rectangle instance.OnDrawExpandBox(graphics, rectExpand)
public virtual void OnDrawExpandBox( Graphics graphics, Rectangle rectExpand )
public: virtual void OnDrawExpandBox( Graphics* graphics, Rectangle rectExpand )
public: virtual void OnDrawExpandBox( Graphics^ graphics, Rectangle rectExpand )
The bounding rectangle of the expand box.
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