Retrieves a collection with all currently visible items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ItemCollection GetVisibleItems () |
Visual Basic
Copy Code
|
|---|
Public Function GetVisibleItems () As ItemCollection |
An instance of the ItemCollection class containing all items currently visible within the control. The collection is empty if there are no visible items.
See Also