Share via


ComboTableColumnStyle.ContentWidth Property

 

Gets and sets the content width.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public int ContentWidth { get; set; }
public:
property int ContentWidth {
    int get();
    void set(int value);
}
Public Property ContentWidth As Integer

Property Value

Type: System.Int32

The content width.

See Also

ComboTableColumnStyle Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top