C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetWindowText Method

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

Parameters

hWnd
text
See Also