FlagsEnumConverterGetPropertiesSupported Method
Returns whether this object supports properties, using the specified context.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
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. In this method this parameter is ignored.
BooleanThis method always returns
.