NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueEditorConverter.GetPropertiesSupported

[To be supplied.]

[Visual Basic]
Overrides Public Function GetPropertiesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
[C#]
public override bool GetPropertiesSupported(
   ITypeDescriptorContext context
);
[C++]
public: override bool GetPropertiesSupported(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetPropertiesSupported(
   context : ITypeDescriptorContext
) : Boolean;

Parameters

context
[To be supplied.]

See Also

ValueEditorConverter Class | ValueEditorConverter Members | System.ComponentModel.Design Namespace