Gets or sets a value indicating whether the icon is visible or not.
public bool ShowIcon {get; set;}
'Declaration
Public Property ShowIcon As Boolean
'Usage
Dim instance As MenuItem
Dim value As Boolean
instance.ShowIcon = value
value = instance.ShowIcon