C#
VB
C++
Set a control option for a specific addin.
Public Sub SetAddInControl( _
ByVal addinName As String, _
ByVal name As String, _
ByVal type As Type _
)
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 <control></control>
tag. If the control doesn't currently exist it is added to the configuration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET