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