VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ItemSelectionManager<T> Class / InitSelection(ItemSelectionMode,T) Method
Syntax Requirements SeeAlso
In This Topic
    InitSelection(ItemSelectionMode,T) Method (ItemSelectionManager<T>)
    In This Topic
    Initializes the selection action.
    Syntax
    'Declaration
    
    Public Overridable Sub InitSelection( _
    ByVal mode
    The selection mode.
    As ItemSelectionMode, _
    ByVal focusedItem
    The focused item.
    As T _
    )
    public virtual void InitSelection(
    ItemSelectionMode mode,
    T focusedItem
    )
    public: virtual void InitSelection(
    ItemSelectionMode mode,
    T* focusedItem
    )
    public:
    virtual void InitSelection(
    ItemSelectionMode mode,
    T^ focusedItem
    )

    Parameters

    mode
    The selection mode.
    focusedItem
    The focused item.
    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