ImpelClass Library Documentation
GetRememberedName Method (hWnd, handle)
NamespacesImpelAutomationAgentGetRememberedName(IntPtr, IntPtr)
Impel
Determines if the control or win32 window has been assigned a variable name.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetRememberedName(
	IntPtr hWnd,
	IntPtr handle
)
Public Shared Function GetRememberedName ( _
	hWnd As IntPtr, _
	handle As IntPtr _
) As String
public:
static String^ GetRememberedName(
	IntPtr hWnd, 
	IntPtr handle
)
Parameters
hWnd (IntPtr)
Handle to the application whose scripting engine is to be used.
handle (IntPtr)
Handle to a control or win32 object.
Return Value
The variable name assigned to the item or an empty string if no variable exists for the item.

Assembly: Impel.AutomationAgent (Module: Impel.AutomationAgent) Version: 1.0.0.0 (1.0.0.0)