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!

ObjectSelectorEditor Constructor (Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal subObjectSelector As Boolean _
)
[C#]
public ObjectSelectorEditor(
   bool subObjectSelector
);
[C++]
public: ObjectSelectorEditor(
   bool subObjectSelector
);
[JScript]
public function ObjectSelectorEditor(
   subObjectSelector : Boolean
);

Parameters

subObjectSelector
[To be supplied.]

See Also

ObjectSelectorEditor Class | ObjectSelectorEditor Members | System.ComponentModel.Design Namespace | ObjectSelectorEditor Constructor Overload List