ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / BasePanel Class / Layout Method / Layout(Graphics) Method
Graphics object used to measure the element.

In This Topic
    Layout(Graphics) Method
    In This Topic
    Layout this element based on its style and contents.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Layout( _
       ByVal g As System.Drawing.Graphics _
    ) 
    public override void Layout( 
       System.Drawing.Graphics g
    )

    Parameters

    g
    Graphics object used to measure the element.
    See Also