'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the tabstrip control will have a close button.")> Public Property HasClose As System.Boolean
'Usage
Dim instance As NTabStrip Dim value As System.Boolean instance.HasClose = value value = instance.HasClose
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the tabstrip control will have a close button.")] public System.bool HasClose {get; set;}