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!

SizeConverter.GetPropertiesSupported

Determines if this object supports properties. By default, this is false.

[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
A type descriptor through which additional context may be provided.

Return Value

Returns true if GetProperties should be called to find the properties of this object.

See Also

SizeConverter Class | SizeConverter Members | System.Drawing Namespace