System.Windows.Forms.XplatUICarbon.SetControlTitleWithCFString C# (CSharp) Method

SetControlTitleWithCFString() private method

private SetControlTitleWithCFString ( IntPtr hWnd, IntPtr titleCFStr ) : int
hWnd System.IntPtr
titleCFStr System.IntPtr
return int
		extern static int SetControlTitleWithCFString (IntPtr hWnd, IntPtr titleCFStr);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon