Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / PredefinedStyle Property


In This Topic
    PredefinedStyle Property
    In This Topic
    Gets/sets the predefined popup style. Note that changing this will substitute the current window instance.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also