MultiColumnDropDownWindowConfiguration
A class to let you setup data of the desired values for the drawing the header control that will display the multi-column drop-list window.
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). |
ColumnHeaderForeColor | Gets or sets the forecolor of the column header text. |
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 - scaled to the display the window opens on, 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 - scaled to the display the window opens on, 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 String that represents the current Object. |
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).
ColumnHeaderForeColor
Gets or sets the forecolor of the column header text.
DropListWindowBackColor Obsolete
Gets or sets the multi-column drop-down list window's background color.
MultiColumnDropListBackColor property in the BinaryTextComboBox control class.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 - scaled to the display the window opens on, 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 String that represents the current Object.