'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the keyboard navigation is enabled.")> Public Property IsKeyboardNavigationEnabled As Boolean
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the keyboard navigation is enabled.")] public bool IsKeyboardNavigationEnabled { get; set; }
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the keyboard navigation is enabled.")] public: __property bool get_IsKeyboardNavigationEnabled(); public: __property void set_IsKeyboardNavigationEnabled(
bool value
);
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the keyboard navigation is enabled.")] public:
property bool IsKeyboardNavigationEnabled { bool get(); void set(bool value); }
Property Value
True - навигация с помощью клавиатуры включена; false - навигация с помощью клавиатуры отключена.
Значение по умолчанию - true.
Значение по умолчанию - true.