ComboTableColumnStyle Class
The style for a combo table column.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Controls.ComboTableColumnStyle
Syntax
public class ComboTableColumnStyle
public ref class ComboTableColumnStyle
Public Class ComboTableColumnStyle
Constructors
Name | Description | |
---|---|---|
ComboTableColumnStyle() | Creates a new instance of the ComboTableColumnStyle object. |
Properties
Name | Description | |
---|---|---|
ContentWidth | Gets and sets the content width. |
|
Header | Gets the header. |
|
Width | Gets the table width. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top