'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.