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 (Object, CheckState)

[To be supplied.]

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

Parameters

item
[To be supplied.]
check
[To be supplied.]

See Also

CheckedListBox.ObjectCollection Class | CheckedListBox.ObjectCollection Members | System.WinForms Namespace | CheckedListBox.ObjectCollection.Add Overload List