Search
SelectionExtensions.AllowMultipleSelection(T) Method
See Also
 





Sets a value indicating whether more than one items can be selected simultaneously.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T AllowMultipleSelection<T> (
    T selection,
    bool value
) where T : Selection

Visual Basic  Copy Code

Public Shared Function AllowMultipleSelection(Of T As Selection) ( _
    selection As T, _
    value As Boolean _
) As T

 Parameters

selection

value

 Return Value

 See Also