Establishes the top most tab control on a form.

Usage

Set_Property(OLECtrlEntID, "OLE.TopMost", Boolean)

Values

[True | False]

Default: True

Remarks

The TopMost property establishes the top most tab control. The top most tab control is the one that always responds to accelerators when no other tab control has focus. To change the top most tab control, set the desired control's TopMost property to TRUE. When this property is set to TRUE, the TopMost property of all other tab controls on the same form are set to FALSE.

By default, the first tab control created on a form is the top most tab control.

  • No labels