Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDropDownEdit Class / IsPopupContentStatic Method


In This Topic
    IsPopupContentStatic Method (NDropDownEdit)
    In This Topic
    Determines whether the popup content is static or not. If content is static, the content of the popup window will be created only once - when the popup window is created at construction time. If content is not static, the content of the popup window will be created each time the popup is opened.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsPopupContentStatic() As System.Boolean
    'Usage
     
    
    Dim instance As NDropDownEdit
    Dim value As System.Boolean
     
    value = instance.IsPopupContentStatic()
    protected virtual System.bool IsPopupContentStatic()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also