Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / SetTaskbarVisibility Method
True to show the Form in the taskbar, false otherwise.


In This Topic
    SetTaskbarVisibility Method
    In This Topic
    Updates the Form's taskbar visibility.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetTaskbarVisibility( _
       ByVal visible As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim visible As System.Boolean
     
    instance.SetTaskbarVisibility(visible)
    protected virtual void SetTaskbarVisibility( 
       System.bool visible
    )

    Parameters

    visible
    True to show the Form in the taskbar, false otherwise.
    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