Skip to main content

IcxNavigatorOwner.GetNavigatorTabStop Method

Returns whether end-users can tab to the navigator control.

Declaration

function GetNavigatorTabStop: Boolean;

Returns

Type
Boolean

Remarks

The GetNavigatorTabStop function is implemented to return the value of the navigator control’s TabStop property. This property specifies whether the control is in the tab order. In other words, if it is set to True, end-users can use the Tab key to access the control.

You will probably have no need to use the GetNavigatorTabStop function in most applications.

See Also