Partager via


ComboTable.Refresh Method (String[], RadioTableItem[])

 

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.

See Also

Refresh Overload
ComboTable Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top