Click here for NewsObjects Overview
Feed Control Methods
Windows - Visual C++


Click on the Feed method to see its syntax:

AboutBox

Displays the control's About Box.

GetFeedCount

Returns the number of feeds in the Feed ListBox.

GetNumberSelected

Returns the number of items selected in the list box. The GetNumberSelected method only applies to multiple selection list boxes.

GetSelectedItem

Returns the index of an item in the current selection. The supplied parameter indicates which item of the selection should be returned.

Run

Initiates the retrieval of feed information.

SetSelectedItem

Selects or deselects the specified item.

Back to: Feed Control