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!

ValueEditorHost.IsPaintable

[To be supplied.]

[Visual Basic]
Protected Shared Function IsPaintable( _
   ByVal editor As ValueEditor _
) As Boolean
[C#]
protected static bool IsPaintable(
   ValueEditor editor
);
[C++]
protected: static bool IsPaintable(
   ValueEditor* editor
);
[JScript]
protected static function IsPaintable(
   editor : ValueEditor
) : Boolean;

Parameters

editor
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace