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