Wimark.Controls Class Library  

EditorControl.LayoutContent Method

Virtual method that should layout the content.

[Visual Basic]
Overridable Protected Sub LayoutContent( _
   ByVal contentBounds As Rectangle, _
   ByVal graphics As Graphics _
)
 
[C#]
protected virtual void LayoutContent( 
   Rectangle contentBounds, 
   Graphics graphics 
);
[C++]
protected: virtual void LayoutContent( 
   Rectangle contentBounds, 
   Graphics* graphics 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

EditorControl Class | EditorControl Members | Wimark.Controls.Editors Namespace