JavaKnownControls.GetControlName(IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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