VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ItemSelectionManager<T> Class / PerformSelection Methods / PerformSelection(ItemSelectionMode,T) Method
Syntax Requirements SeeAlso
In This Topic
    PerformSelection(ItemSelectionMode,T) Method (ItemSelectionManager<T>)
    In This Topic
    Performs the selection of the specified item.
    Syntax
    'Declaration
    
    Public Overloads Overridable Sub PerformSelection( _
    ByVal mode
    The selection mode.
    As ItemSelectionMode, _
    ByVal item
    An item to select.
    As T _
    )
    public virtual void PerformSelection(
    ItemSelectionMode mode,
    T item
    )
    public: virtual void PerformSelection(
    ItemSelectionMode mode,
    T* item
    )
    public:
    virtual void PerformSelection(
    ItemSelectionMode mode,
    T^ item
    )

    Parameters

    mode
    The selection mode.
    item
    An item to select.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also