- addinName
- Name of the addin.
- name
- The name contol to get.
Visual Basic (Declaration) | |
---|---|
Public Function GetAddInControlType( _ ByVal addinName As String, _ ByVal name As String _ ) As Type |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AdvancedSettings Dim addinName As String Dim name As String Dim value As Type value = instance.GetAddInControlType(addinName, name) |
Parameters
- addinName
- Name of the addin.
- name
- The name contol to get.
Return Value
The type of the specified control.Returns null if the specified addin control doesn't exist.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7