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

In This Topic
    SetWindowText Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetWindowText( _
       ByVal hWnd As IntPtr, _
       ByVal text As String _
    ) As Boolean
    public static bool SetWindowText( 
       IntPtr hWnd,
       string text
    )

    Parameters

    hWnd
    text
    See Also