'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Turns off and on the abbility to close a document by clicking with the middle button of the mouse on its tab. Default value is true.")> Public Property CloseTabOnMiddleClick As System.Boolean
'Usage
Dim instance As NDocumentManager 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 document by clicking with the middle button of the mouse on its tab. Default value is true.")] public System.bool CloseTabOnMiddleClick {get; set;}