'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <System.ComponentModel.DescriptionAttribute("Gets/sets the predefined popup style. Note that changing this will substitute the current window instance.")> Public Property PredefinedStyle As PredefinedPopupStyle
'Usage
Dim instance As NPopupNotify Dim value As PredefinedPopupStyle instance.PredefinedStyle = value value = instance.PredefinedStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [System.ComponentModel.Description("Gets/sets the predefined popup style. Note that changing this will substitute the current window instance.")] public PredefinedPopupStyle PredefinedStyle {get; set;}