Control::IsTabStop Property
.NET Framework (current version)
Gets or sets a value that indicates whether a control is included in tab navigation.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsTabStop { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the control is included in tab navigation; otherwise, false. The default is true.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: