Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTabControl Class / CloseTabOnMiddleClick Property


In This Topic
    CloseTabOnMiddleClick Property (NTabControl)
    In This Topic
    Turns off and on the abbility to close a tab by clicking with the middle button of the mouse on it. Default value is true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Turns off and on the abbility to close a tab by clicking with the middle button of the mouse on it. Default value is true.")>
    Public Property CloseTabOnMiddleClick As System.Boolean
    'Usage
     
    
    Dim instance As NTabControl
    Dim value As System.Boolean
     
    instance.CloseTabOnMiddleClick = value
     
    value = instance.CloseTabOnMiddleClick
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Turns off and on the abbility to close a tab by clicking with the middle button of the mouse on it. Default value is true.")]
    public System.bool CloseTabOnMiddleClick {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