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