Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing.Converters Namespace > PersonNameConverter Class > GetPropertiesSupported Method : GetPropertiesSupported(ITypeDescriptorContext) Method |
public override bool GetPropertiesSupported( ITypeDescriptorContext context )
'Declaration
Public Overloads Overrides Function GetPropertiesSupported( _ ByVal context As ITypeDescriptorContext _ ) As Boolean
'Usage
Dim instance As PersonNameConverter Dim context As ITypeDescriptorContext Dim value As Boolean value = instance.GetPropertiesSupported(context)
public: bool GetPropertiesSupported( ITypeDescriptorContext^ context ) override