HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › MultiColumnDropDownWindowConfigurationTypeConverter

MultiColumnDropDownWindowConfigurationTypeConverter

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

Lets the property grid expand a multi-column drop-down window configuration into its individual properties instead of showing it as one opaque value.

public class MultiColumnDropDownWindowConfigurationTypeConverter : System.ComponentModel.ExpandableObjectConverter

Inherits from / implements: System.ComponentModel.ExpandableObjectConverter

Members at a glance

GetPropertiesGets the properties.
GetPropertiesSupportedGets the properties supported.

Methods

GetProperties

public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)

Gets the properties.

context
The context.
value
The value.
attributes
The attributes.

GetPropertiesSupported

public override bool GetPropertiesSupported(ITypeDescriptorContext context)

Gets the properties supported.

context
The context.