Visible Property (ListItem)
Gets or sets a value indicating whether the ListItem is visible.
public bool Visible {get; set;}
'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
instance.Visible = value
value = instance.Visible
Property Value
true if the
ListItem is visible; otherwise,
false.