Core layout logic. Inheriting controls should override this function to do any custom layout logic. It is not neccessary to call base.layoutCore, however for normal docking and anchoring functions to work, base.layoutCore must be called.
[Visual Basic] Overrides Protected Sub OnLayout( _ ByVal levent As LayoutEventArgs _ ) [C#] protected override void OnLayout( LayoutEventArgs levent ); [C++] protected: override void OnLayout( LayoutEventArgs* levent ); [JScript] protected override function OnLayout( levent : LayoutEventArgs );
RichControl Class | RichControl Members | System.WinForms Namespace