Compartilhar via


ComboTableV2Style.SecondColumnStyle Property

 

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