Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSplitterBase Class / GetSplitOffset Method


In This Topic
    GetSplitOffset Method
    In This Topic
    Gets the effective split offset relative to the splitter content area (i.e. the near or far side of the split container).
    Syntax
    'Declaration
     
    
    Protected Function GetSplitOffset( _
       ByVal thumb As NSplitterThumb, _
       ByVal defaultMeasure As System.Boolean, _
       ByVal splitOffset As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NSplitterBase
    Dim thumb As NSplitterThumb
    Dim defaultMeasure As System.Boolean
    Dim splitOffset As System.Double
    Dim value As System.Double
     
    value = instance.GetSplitOffset(thumb, defaultMeasure, splitOffset)
    protected System.double GetSplitOffset( 
       NSplitterThumb thumb,
       System.bool defaultMeasure,
       System.double splitOffset
    )

    Parameters

    thumb
    defaultMeasure
    splitOffset
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also