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

    Property Value

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

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

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