'Declaration
Public Property DisplayMarks As Boolean
'Usage
Dim instance As ImGearThumbnailList
Dim value As Boolean
instance.DisplayMarks = value
value = instance.DisplayMarks
Property Value
Boolean value.
Remarks
When this property is set to false, marks are not visible in thumbnails. Previously cached marks are still displayed (if a display is bound to the
ImGearThumbnailList SelectedPageDisplay property) as well as marks loaded using the MarksLoading event, and the thumbnail ART page cache is still updated
when marks are modified.