Autodesk Vault ProfessionalVault API

AllowOverrideSelections Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl.BehaviorOptions

Gets or sets whether right clicking in the ClassicVaultBrowserControl replaces the existing selection, or temporarily overrides it. An override will highlight the clicked on row but when the context menu goes away, the original selection will be restored.

Syntax

public System.bool AllowOverrideSelections {get; set;}
Public Property AllowOverrideSelections As System.Boolean

See Also