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 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