VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class / AllowNextItemSelection Property
Синтаксис Требования Смотрите также
В этом разделе
    AllowNextItemSelection Свойство (VisualTool)
    В этом разделе
    Возвращает или задает значение, указывающее, позволяет ли инструмент изменять выделенный элемент с помощью метода PerformNextItemSelection(Boolean).
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Indicates that tool allows changing focused item using the SelectNextItemKeyCode and SelectPrevItemKeyCode key.")>
    Public Overridable Property AllowNextItemSelection As Boolean
    
    
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("Indicates that tool allows changing focused item using the SelectNextItemKeyCode and SelectPrevItemKeyCode key.")]
    public virtual bool AllowNextItemSelection { get; set; }
    
    
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("Indicates that tool allows changing focused item using the SelectNextItemKeyCode and SelectPrevItemKeyCode key.")]
    public: __property virtual bool get_AllowNextItemSelection();
    public: __property virtual void set_AllowNextItemSelection(
    bool value
    );
    [Category("Behavior")]
    [DefaultValue(True)]
    [Description("Indicates that tool allows changing focused item using the SelectNextItemKeyCode and SelectPrevItemKeyCode key.")]
    public:
    virtual property bool AllowNextItemSelection { bool get(); void set(bool value); }

    Property Value

    True - инструмент позволяет выбрать следующий элемент; в противном случае, false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также