[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;; }
'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
Property Value
True - tool allows to select next item; otherwise, false.