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!

CheckedListBox.ObjectCollection.Add

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Function Add(Object, CheckState) As Integer
[C#] public int Add(Object, CheckState);
[C++] public: int Add(Object*, CheckState);
[JScript] public function Add(Object, CheckState) : int;

[To be supplied.]

[Visual Basic] Overloads Public Function Add(Object, Boolean) As Integer
[C#] public int Add(Object, bool);
[C++] public: int Add(Object*, bool);
[JScript] public function Add(Object, Boolean) : int;

See Also

CheckedListBox.ObjectCollection Class | CheckedListBox.ObjectCollection Members | System.WinForms Namespace