TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / FormatRange Method

In This Topic
    FormatRange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FormatRange( _
       ByVal hWnd As IntPtr, _
       ByRef fmt As Win32.FORMATRANGE _
    ) As Integer
    public static int FormatRange( 
       IntPtr hWnd,
       ref Win32.FORMATRANGE fmt
    )

    Parameters

    hWnd
    fmt
    See Also