ComboTableV2Style Class

 

The style of a ComboTableV2.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Controls.ComboTableV2Style

Syntax

public class ComboTableV2Style
public ref class ComboTableV2Style 
Public Class ComboTableV2Style

Constructors

Name Description
System_CAPS_pubmethod ComboTableV2Style()

Creates a new instance of the ComboTableV2Style object.

Properties

Name Description
System_CAPS_pubproperty Choices

Gets and sets the table choices.

System_CAPS_pubproperty FilterWaterMarkText

Gets and sets the filter watermark text.

System_CAPS_pubproperty FirstColumnStyle

Gets and sets the first column style.

System_CAPS_pubproperty HeaderHeight

Gets and sets the header height.

System_CAPS_pubproperty LineHeight

Gets and sets the line height.

System_CAPS_pubproperty OptionalName

Gets and sets the optional name.

System_CAPS_pubproperty SecondColumnStyle

Gets and sets the second column style.

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