Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.WindowsServerSolutions.Controls namespace provides classes and enumerations in support of several new and customized UI controls.
Classes
Class | Description | |
---|---|---|
![]() |
AdvancedNumericUpDown | Represents an advanced version of the NumericUpDown control in .NET Framework. |
![]() |
AutoHeightLabel | Represents a label that can grow in height but has a fixed width. |
![]() |
AutoHeightLinkLabel | Represents a link label that can grow in height but has a fixed width. |
![]() |
BorderPanel | Represents a panel that has a BorderStyle property value of FixedSingle and a BackColor property value of White. |
![]() |
ChoiceItemsConverter | One-way converter from Image to ImageSource. |
![]() |
ComboTable | Represents a table in which each item is a ComboBox. |
![]() |
ComboTableColumnStyle | The style for a combo table column. |
![]() |
ComboTableV2 | Represents additional features for a table in which each element is a combo box. |
![]() |
ComboTableV2_Core | Represents the core features for a ComboTableV2. |
![]() |
ComboTableV2Style | The style of a ComboTableV2. |
![]() |
CustomComboBox | Contains a customized version of a ComboBox. |
![]() |
CustomMessageBox | Represents a customized version of MessageBox. This type of message box can be used on Windows XP clients. |
![]() |
CustomTargetLabel | Represents a label that can designate another control as its access key target. |
![]() |
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. |
![]() |
HorizontalUsageGraph | Represents the usage bar control that is used in the summary page. |
![]() |
ImageConverter | One-way converter from Image to ImageSource. |
![]() |
Line | Implements a line panel that is 1 pixel tall for the purpose of visual separation of the UI elements. |
![]() |
LineBox | Represents a composite control that contains a label combined with a Line control that extends from it. |
![]() |
ProgressBarForm | The form that contains the progress bar. |
![]() |
RadioTableItem | Contains the data model for a ComboTable. |
![]() |
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. |
![]() |
UnicodeRichTextBox | Represents a rich text box that contains Unicode text. |
![]() |
WrappingCheckBox | Represents a check box with an automatic text wrapping capability that resembles a label instead of a button. |
![]() |
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 | |
---|---|---|
![]() |
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