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