'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the Popup will display a "Close" button.")> Public Property CloseButton As System.Boolean
'Usage
Dim instance As NPopupNotify Dim value As System.Boolean instance.CloseButton = value value = instance.CloseButton
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets a value whether the Popup will display a "Close" button.")] public System.bool CloseButton {get; set;}