MultiColumnDropDownWindowConfiguration
When you are using a column type of BinaryTreeListViewComboBoxColumn, you can set up the combobox editing control to display in multi-column mode, and configure the display settings using this class.
public class MultiColumnDropDownWindowConfiguration
Members at a glance
ColumnHeaderFont | Gets or sets a custom Font to be used for rendering the column header text (in the multi-column drop-down list view window). |
DrawFooter | Gets or sets as to whether to draw the footer area in the drop-down list window. |
DropListWindowBackColor | Gets or sets the multi-column drop-down list window's background color. |
FooterCaptionFont | Gets or sets the footer text's font, in the drop-down list window. |
FooterSurfaceHeight | Gets or sets the footer area height in the drop-down list window, in logical (96 DPI) units - the combo box scales it to the display, like every metric in the suite. |
FooterText | Gets or sets the footer text to be displayed in the drop-down list window. |
HeaderAndFooterTextForeColor | Gets or sets the foreground color to be used when drawing the header/footer area text items, in the drop-down list window. |
HeaderBitmap | Gets or sets the header Bitmap image to display in the multi-column drop-down list window. |
HeaderCaptionFont | Gets or sets the header text's font, in the drop-down list window. |
HeaderControlRenderingEndColor | Gets or sets the end color for drawing the gradient background fill for the drop-down list window. |
HeaderControlRenderingStartColor | Gets or sets the start color for drawing the gradient background fill for the drop-down list window. |
HeaderIcon | Gets or sets the header Icon to display in the multi-column drop-down list window. |
HeaderImageType | Gets or sets the image type to used, for drawing the image in the header area, in the drop-down list window. |
HeaderSurfaceHeight | Gets or sets the header area height in the drop-down list window, in logical (96 DPI) units - the combo box scales it to the display, like every metric in the suite. |
HeaderText | Gets or sets the header text to be displayed in the drop-down list window. |
NoDataToDisplayMessageText | Gets or sets the message text to be displayed in the multi-column drop-down window, when there is no data to display. |
ToString | Returns a short description of this MultiColumnDropDownWindowConfiguration, which is what the designer shows for the property. |
Properties
ColumnHeaderFont
Gets or sets a custom Font to be used for rendering the column header text (in the multi-column drop-down list view window).
DropListWindowBackColor
Gets or sets the multi-column drop-down list window's background color.
HeaderBitmap
Gets or sets the header Bitmap image to display in the multi-column drop-down list window.
HeaderCaptionFont
Gets or sets the header text's font, in the drop-down list window.
HeaderControlRenderingEndColor
Gets or sets the end color for drawing the gradient background fill for the drop-down list window.
HeaderControlRenderingStartColor
Gets or sets the start color for drawing the gradient background fill for the drop-down list window.
HeaderIcon
Gets or sets the header Icon to display in the multi-column drop-down list window.
HeaderImageType
Gets or sets the image type to used, for drawing the image in the header area, in the drop-down list window.
HeaderSurfaceHeight
Gets or sets the header area height in the drop-down list window, in logical (96 DPI) units - the combo box scales it to the display, like every metric in the suite.
HeaderText
Gets or sets the header text to be displayed in the drop-down list window.
NoDataToDisplayMessageText
Gets or sets the message text to be displayed in the multi-column drop-down window, when there is no data to display.
Methods
ToString
Returns a short description of this MultiColumnDropDownWindowConfiguration, which is what the designer shows for the property.