Microsoft.WindowsServerSolutions.Controls Namespace

 

The Microsoft.WindowsServerSolutions.Controls namespace provides classes and enumerations in support of several new and customized UI controls.

Classes

Class Description
System_CAPS_pubclass AdvancedNumericUpDown

Represents an advanced version of the NumericUpDown control in .NET Framework.

System_CAPS_pubclass AutoHeightLabel

Represents a label that can grow in height but has a fixed width.

System_CAPS_pubclass AutoHeightLinkLabel

Represents a link label that can grow in height but has a fixed width.

System_CAPS_pubclass BorderPanel

Represents a panel that has a BorderStyle property value of FixedSingle and a BackColor property value of White.

System_CAPS_pubclass ChoiceItemsConverter

One-way converter from Image to ImageSource.

System_CAPS_pubclass ComboTable

Represents a table in which each item is a ComboBox.

System_CAPS_pubclass ComboTableColumnStyle

The style for a combo table column.

System_CAPS_pubclass ComboTableV2

Represents additional features for a table in which each element is a combo box.

System_CAPS_pubclass ComboTableV2_Core

Represents the core features for a ComboTableV2.

System_CAPS_pubclass ComboTableV2Style

The style of a ComboTableV2.

System_CAPS_pubclass CustomComboBox

Contains a customized version of a ComboBox.

System_CAPS_pubclass CustomMessageBox

Represents a customized version of MessageBox. This type of message box can be used on Windows XP clients.

System_CAPS_pubclass CustomTargetLabel

Represents a label that can designate another control as its access key target.

System_CAPS_pubclass DashboardLinkLabel

Represents a dashboard extension of a link label, which contains custom features such as executing the link when the Enter key is pressed, the Spacebar is pressed, or the left mouse button is used.

System_CAPS_pubclass HorizontalUsageGraph

Represents the usage bar control that is used in the summary page.

System_CAPS_pubclass ImageConverter

One-way converter from Image to ImageSource.

System_CAPS_pubclass Line

Implements a line panel that is 1 pixel tall for the purpose of visual separation of the UI elements.

System_CAPS_pubclass LineBox

Represents a composite control that contains a label combined with a Line control that extends from it.

System_CAPS_pubclass ProgressBarForm

The form that contains the progress bar.

System_CAPS_pubclass RadioTableItem

Contains the data model for a ComboTable.

System_CAPS_pubclass SingleSizeBar

Contains a simple wrapper around HorizontalUsageGraph to create a two-color progress bar similar to a usage bar, without the need to create multiple items.

System_CAPS_pubclass UnicodeRichTextBox

Represents a rich text box that contains Unicode text.

System_CAPS_pubclass WrappingCheckBox

Represents a check box with an automatic text wrapping capability that resembles a label instead of a button.

System_CAPS_pubclass WrappingRadioButton

Represents an option button (also known as a radio button) with an automatic text wrapping capability that resembles a label instead of a button.

Enumerations

Enumeration Description
System_CAPS_pubenum ValueAdjustMode

Describes what happens when you programmatically set a value that is out of the valid range. The default value adjustment mode is None.

Remarks

Additional controls in this API are defined in other namespaces, such as the Microsoft.WindowsServerSolutions.Common.Controls and Microsoft.WindowsServerSolutions.Common.WizardBase namespaces.

Return to top