Share via


JavaKnownControls.GetControlName(IntPtr, Int32) Method

Definition

Gets control name for the given key.

public:
 System::String ^ GetControlName(IntPtr accObj, int vmId);
public string GetControlName (IntPtr accObj, int vmId);
member this.GetControlName : nativeint * int -> string
Public Function GetControlName (accObj As IntPtr, vmId As Integer) As String

Parameters

accObj
IntPtr

nativeint

Specifies the accessibility object.

vmId
Int32

Returns

Applies to