- addinName
- Name of the addin.
- name
- The name of the control.
- type
- The type of the control.
Visual Basic (Declaration) | |
---|---|
Public Sub SetAddInControl( _ ByVal addinName As String, _ ByVal name As String, _ ByVal type As Type _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AdvancedSettings Dim addinName As String Dim name As String Dim type As Type instance.SetAddInControl(addinName, name, type) |
Parameters
- addinName
- Name of the addin.
- name
- The name of the control.
- type
- The type of the control.
Controls are name/type pairs that are stored under an addin configuration in the tag. If the control doesn't currently exist it is added to the configuration.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7