2 references to TB_GETBUTTONTEXT
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
613
int len = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_GETBUTTONTEXT
, new IntPtr(_idCommand), IntPtr.Zero);
616
return XSendMessage.GetItemText(_hwnd, NativeMethods.
TB_GETBUTTONTEXT
, _idCommand, len);