dbicDropDate Send comments on this topic.
TabStop Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : TabStop Property

Determines if the control can receive focus when the user presses the TAB key.

Syntax

Visual Basic (Declaration) 
Public Shadows Property TabStop As Boolean
C# 
public new bool TabStop {get; set;}

Property Value

Boolean

Remarks

This property value is of type Boolean, indicating if the control can receive focus when the user presses the TAB key.

If this property is set to false, the control can still receive focus with a mouse click or the Focus() method.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also