VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCompositeVisualTool Class / AllowNextItemSelection Property
Syntax Requirements SeeAlso
In This Topic
    AllowNextItemSelection Property (WpfCompositeVisualTool)
    In This Topic
    Gets or sets a value indicating whether the tool allows to change the focused item using the PerformNextItemSelection(Boolean) method.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")>
    <DefaultValueAttribute(True)>
    <CategoryAttribute("Behavior")>
    Public Overrides Property AllowNextItemSelection As Boolean
    
    
    [Description("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")]
    [DefaultValue(True)]
    [Category("Behavior")]
    public override bool AllowNextItemSelection { get; set; }
    
    
    [Description("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")]
    [DefaultValue(True)]
    [Category("Behavior")]
    public: __property bool get_AllowNextItemSelection(); override;
    public: __property void set_AllowNextItemSelection(
    bool value
    ); override;
    [Description("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")]
    [DefaultValue(True)]
    [Category("Behavior")]
    public:
    property bool AllowNextItemSelection { bool get() override;; void set(bool value) override;; }

    Property Value

    True if the tool allows to change the focused item using the PerformNextItemSelection(Boolean) method; otherwise, false.
    Requirements

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

    See Also