'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the tooltip may be displayed.")> Public Property CanDisplay As System.Boolean
'Usage
Dim instance As NTooltipInfo Dim value As System.Boolean instance.CanDisplay = value value = instance.CanDisplay
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the tooltip may be displayed.")] public System.bool CanDisplay {get; set;}