'Declaration <DescriptionAttribute("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(True)> Public Overrides Property AllowNextItemSelection As Boolean
[Description("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] [Category("Behavior")] [DefaultValue(True)] public override bool AllowNextItemSelection { get; set; }
[Description("Indicates that tool allows to change the focused item using the SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] [Category("Behavior")] [DefaultValue(True)] 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.")] [Category("Behavior")] [DefaultValue(True)] public:
property bool AllowNextItemSelection { bool get() override;; void set(bool value) override;; }
Property Value
True, если инструмент позволяет изменять сфокусированный элемент с помощью метода PerformNextItemSelection(Boolean); в противном случае, false.