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

In This Topic
    SetTextAlign Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetTextAlign( _
       ByVal hdc As IntPtr, _
       ByVal fMode As UInteger _
    ) As UInteger
    public static uint SetTextAlign( 
       IntPtr hdc,
       uint fMode
    )

    Parameters

    hdc
    fMode
    See Also