Click or drag to resize

Win32SetWindowText Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowText(System.IntPtr,System.String@)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool SetWindowText(
	IntPtr hwnd,
	ref string lpString
)

Parameters

hwnd
Type: SystemIntPtr

[Missing <param name="hwnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowText(System.IntPtr,System.String@)"]

lpString
Type: SystemString

[Missing <param name="lpString"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowText(System.IntPtr,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.SetWindowText(System.IntPtr,System.String@)"]

See Also