ComboTable Constructor
Initializes a new instance of the ComboTable class.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Overload List
Name | Description | |
---|---|---|
ComboTable() | Initializes a new instance of the ComboTable class with the default options. |
|
ComboTable(String, String, Font, Font, String[], RadioTableItem[], Int32, Int32, Int32, Int32, Int32, Int32) | Initializes a new instance of the ComboTable class with the names, the items (data) that the names are associated with, and the related titles, fonts, heights, and widths that are connected to those names and items. |
|
ComboTable(String, String, Font, Font, String[], String, Boolean, RadioTableItem[], Int32, Int32, Int32, Int32, Int32, Int32) | Initializes a new instance of the ComboTable class with the names, an optional name, the items (data) that the names are associated with, and the related titles, fonts, heights, and widths that are connected to those names and items. |
See Also
ComboTable Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top