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.IsListable

[To be supplied.]

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

Parameters

editor
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace