HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › MultiColumnDropDownWindowConfiguration

MultiColumnDropDownWindowConfiguration

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls

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

ColumnHeaderFontGets or sets a custom Font to be used for rendering the column header text (in the multi-column drop-down list view window).
ColumnHeaderForeColorGets or sets the forecolor of the column header text.
DrawFooterGets or sets as to whether to draw the footer area in the drop-down list window.
DropListWindowBackColorGets or sets the multi-column drop-down list window's background color.
FooterCaptionFontGets or sets the footer text's font, in the drop-down list window.
FooterSurfaceHeightGets 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.
FooterTextGets or sets the footer text to be displayed in the drop-down list window.
HeaderAndFooterTextForeColorGets or sets the foreground color to be used when drawing the header/footer area text items, in the drop-down list window.
HeaderBitmapGets or sets the header Bitmap image to display in the multi-column drop-down list window.
HeaderCaptionFontGets or sets the header text's font, in the drop-down list window.
HeaderControlRenderingEndColorGets or sets the end color for drawing the gradient background fill for the drop-down list window.
HeaderControlRenderingStartColorGets or sets the start color for drawing the gradient background fill for the drop-down list window.
HeaderIconGets or sets the header Icon to display in the multi-column drop-down list window.
HeaderImageTypeGets or sets the image type to used, for drawing the image in the header area, in the drop-down list window.
HeaderSurfaceHeightGets 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.
HeaderTextGets or sets the header text to be displayed in the drop-down list window.
NoDataToDisplayMessageTextGets or sets the message text to be displayed in the multi-column drop-down window, when there is no data to display.
ToStringReturns a String that represents the current Object.

Properties

ColumnHeaderFont

public Font 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

public Color ColumnHeaderForeColor

Gets or sets the forecolor of the column header text.

DrawFooter

public bool DrawFooter

Gets or sets as to whether to draw the footer area in the drop-down list window.

DropListWindowBackColor Obsolete

public Color DropListWindowBackColor

Gets or sets the multi-column drop-down list window's background color.

This property is now deprecated in favor of the property MultiColumnDropListBackColor property in the BinaryTextComboBox control class.

FooterCaptionFont

public Font FooterCaptionFont

Gets or sets the footer text's font, in the drop-down list window.

FooterSurfaceHeight

public int 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

public string FooterText

Gets or sets the footer text to be displayed in the drop-down list window.

HeaderAndFooterTextForeColor

public Color 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

public Bitmap HeaderBitmap

Gets or sets the header Bitmap image to display in the multi-column drop-down list window.

HeaderCaptionFont

public Font HeaderCaptionFont

Gets or sets the header text's font, in the drop-down list window.

HeaderControlRenderingEndColor

public Color HeaderControlRenderingEndColor

Gets or sets the end color for drawing the gradient background fill for the drop-down list window.

HeaderControlRenderingStartColor

public Color HeaderControlRenderingStartColor

Gets or sets the start color for drawing the gradient background fill for the drop-down list window.

HeaderIcon

public Icon HeaderIcon

Gets or sets the header Icon to display in the multi-column drop-down list window.

HeaderImageType

public Binarymission.WinForms.Controls.ListControls.HeaderImageStyle HeaderImageType

Gets or sets the image type to used, for drawing the image in the header area, in the drop-down list window.

HeaderSurfaceHeight

public int 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

public string HeaderText

Gets or sets the header text to be displayed in the drop-down list window.

NoDataToDisplayMessageText

public string 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

public override string ToString()

Returns a String that represents the current Object.