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.
Gets and sets the second column style.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ComboTableColumnStyle SecondColumnStyle { get; set; }
public:
property ComboTableColumnStyle^ SecondColumnStyle {
ComboTableColumnStyle^ get();
void set(ComboTableColumnStyle^ value);
}
Public Property SecondColumnStyle As ComboTableColumnStyle
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.ComboTableColumnStyle
The second column style.
See Also
ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top