CustomSlideShowCollectionRemove Method |
Removes the first occurrence of a specific
CustomSlideShow from the collection.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.0.35.1054
Syntaxpublic bool Remove(
CustomSlideShow item
)
Public Function Remove (
item As CustomSlideShow
) As Boolean
Parameters
- item
- Type: GemBox.PresentationCustomSlideShow
The CustomSlideShow to remove from the collection.
Return Value
Type:
Boolean if
item is successfully removed; otherwise,
. This method also returns
if
item was not found in the original collection.
See Also