ComboTableV2_Core.ComboTableV2Style Property
Gets and sets the table style.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ComboTableV2Style ComboTableV2Style { get; set; }
public:
property ComboTableV2Style^ ComboTableV2Style {
ComboTableV2Style^ get();
void set(ComboTableV2Style^ value);
}
Public Property ComboTableV2Style As ComboTableV2Style
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.ComboTableV2Style
The table style.
See Also
ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top