'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")> Public Overridable Property AllowNextItemSelection As Boolean
[DefaultValue(True)] [Category("Behavior")] [Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] public virtual bool AllowNextItemSelection { get; set; }
[DefaultValue(True)] [Category("Behavior")] [Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] public: __property virtual bool get_AllowNextItemSelection(); public: __property virtual void set_AllowNextItemSelection(
bool value
);
[DefaultValue(True)] [Category("Behavior")] [Description("Indicates that tool allows to change the focused item using SelectNextItemKeyGesture and SelectPrevItemKeyGesture key.")] 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.