ExpandablePropertiesConverterGetPropertiesSupported Method
Returns whether this object supports properties, using the specified context.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public override bool GetPropertiesSupported(
ITypeDescriptorContext? context
)
Public Overrides Function GetPropertiesSupported (
context As ITypeDescriptorContext
) As Boolean
public:
virtual bool GetPropertiesSupported(
ITypeDescriptorContext^ context
) override
abstract GetPropertiesSupported :
context : ITypeDescriptorContext -> bool
override GetPropertiesSupported :
context : ITypeDescriptorContext -> bool
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
Boolean if
GetProperties(Object) should be called to find the properties of this object; otherwise,
.