HypernovaDesktop Components · docs
Binarymission
WinFormsPower Tab Strip › ToolTipConfigurationTypeConverter

ToolTipConfigurationTypeConverter

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

Lets the property grid expand a tool tip configuration into its individual properties instead of showing it as one opaque value.

public class ToolTipConfigurationTypeConverter : 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.