C# |
public ContextItemVisibility Visibility { get; set; }
|
VB |
Public Property Visibility As ContextItemVisibility
|
Property value
Type: ContextItemVisibility
A ContextItemVisibility enumeration value that specifies the item visibility.
The default is ContextItemVisibility.Auto.
By default, when the Visibility property is set to Auto, the current item is automatically visible when an end-user hovers over the owner control with the mouse cursor. Use this property to specify the item to be always visible or hidden. For this purpose, set the Visibility property to Visible or Hidden, respectively.