Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderLineFragment Class / FindHorzSplitPosContent Method
SplitParams object defining the parameters of splitting.

In This Topic
    FindHorzSplitPosContent Method (RenderLineFragment)
    In This Topic
    Checks can object's content be split on specified position by horizontally.
    Syntax
    'Declaration
     
    Protected Overridable Function FindHorzSplitPosContent( _
       ByVal p As SplitParams _
    ) As Boolean
    protected virtual bool FindHorzSplitPosContent( 
       SplitParams p
    )

    Parameters

    p
    SplitParams object defining the parameters of splitting.

    Return Value

    Returns true if object can be split on specified position.
    See Also