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