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.
Sets the combo box table style.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void SetComboxTableStyle(
ComboTableV2Style comboTableV2Style
)
public:
void SetComboxTableStyle(
ComboTableV2Style^ comboTableV2Style
)
Public Sub SetComboxTableStyle (
comboTableV2Style As ComboTableV2Style
)
Parameters
comboTableV2Style
Type: Microsoft.WindowsServerSolutions.Controls.ComboTableV2StyleThe combo box table style.
See Also
ComboTableV2 Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top