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