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