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