Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refreshes the items in the current ComboTable.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void Refresh(
string[] comboChoices,
RadioTableItem[] permissionItems
)
public:
void Refresh(
array<String^>^ comboChoices,
array<RadioTableItem^>^ permissionItems
)
Public Sub Refresh (
comboChoices As String(),
permissionItems As RadioTableItem()
)
Parameters
comboChoices
Type: System.String[]An array of strings that contains the choices that are shown in the drop-down combo box.
permissionItems
Type: Microsoft.WindowsServerSolutions.Controls.RadioTableItem[]An array of RadioTableItem objects that contains the data for each choice.
See Also
Refresh Overload
ComboTable Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top