Share via


PivotTreeView.UseSingleMouseSelection Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property UseSingleMouseSelection As Boolean
public bool UseSingleMouseSelection { get; set; }
public:
property bool UseSingleMouseSelection {
    bool get ();
    void set (bool value);
}
member UseSingleMouseSelection : bool with get, set
function get UseSingleMouseSelection () : boolean 
function set UseSingleMouseSelection (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PivotTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace