WinForms › Tree List View › MultiColumnDropDownWindowConfigurationTypeConverter
MultiColumnDropDownWindowConfigurationTypeConverter
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls
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
GetProperties | Gets the properties. |
GetPropertiesSupported | Gets 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.