'Declaration <DescriptionAttribute("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(True)> Public Overridable Property AllowNextItemSelection As Boolean
[Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] [Category("Behavior")] [DefaultValue(True)] public virtual bool AllowNextItemSelection { get; set; }
[Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] [Category("Behavior")] [DefaultValue(True)] public: __property virtual bool get_AllowNextItemSelection(); public: __property virtual void set_AllowNextItemSelection(
bool value
);
[Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] [Category("Behavior")] [DefaultValue(True)] public:
virtual property bool AllowNextItemSelection { bool get(); void set(bool value); }
Property Value
True if the tool allows to change the focused item using the PerformNextItemSelection(Boolean) method; otherwise, false.