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 | |
---|---|---|
ComboTableV2Style() | Creates a new instance of the ComboTableV2Style object. |
Properties
Name | Description | |
---|---|---|
Choices | Gets and sets the table choices. |
|
FilterWaterMarkText | Gets and sets the filter watermark text. |
|
FirstColumnStyle | Gets and sets the first column style. |
|
HeaderHeight | Gets and sets the header height. |
|
LineHeight | Gets and sets the line height. |
|
OptionalName | Gets and sets the optional name. |
|
SecondColumnStyle | Gets and sets the second column style. |
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