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!

DataGridPreferredColumnWidthTypeConverter.CanConvertFrom

[To be supplied.]

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

Parameters

context
[To be supplied.]
sourceType
[To be supplied.]

See Also

DataGridPreferredColumnWidthTypeConverter Class | DataGridPreferredColumnWidthTypeConverter Members | System.WinForms Namespace