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