'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the popup will have a default, 2-pixels border.")> Public Property DefaultBorder As System.Boolean
'Usage
Dim instance As NTooltipInfo Dim value As System.Boolean instance.DefaultBorder = value value = instance.DefaultBorder
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the popup will have a default, 2-pixels border.")] public System.bool DefaultBorder {get; set;}