Share via


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
System_CAPS_pubmethod ComboTableColumnStyle()

Creates a new instance of the ComboTableColumnStyle object.

Properties

Name Description
System_CAPS_pubproperty ContentWidth

Gets and sets the content width.

System_CAPS_pubproperty Header

Gets the header.

System_CAPS_pubproperty Width

Gets the table width.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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