HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › MultiColumnDropDownWindowConfiguration

MultiColumnDropDownWindowConfiguration

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

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

ColumnHeaderFontGets or sets a custom Font to be used for rendering the column header text (in the multi-column drop-down list view window).
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 - the combo box scales it to the display, 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 - the combo box scales it to the display, 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 short description of this MultiColumnDropDownWindowConfiguration, which is what the designer shows for the property.

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).

DrawFooter

public bool DrawFooter

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

DropListWindowBackColor

public Color DropListWindowBackColor

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

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 - the combo box scales it to the display, 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 - the combo box scales it to the display, 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 short description of this MultiColumnDropDownWindowConfiguration, which is what the designer shows for the property.