[]
        
(Showing Draft Content)

Enabling or Disabling Focus Cues

You can easily enable or disable focus cues for the C1DockingTab using the C1DockingTab.TabsShowFocusCues property. By default, this property is set to true. This topic will cover setting this property to false in design time and in code.

In Design Time

In the Properties window, set the C1DockingTab.TabsShowFocusCues to false.

In Code

To write code in Visual Basic

c1DockingTab1.TabsShowFocusCues = false

To write code in C#

c1DockingTab1.TabsShowFocusCues = false;

See Also

Loading and Saving the Layout of the DockingTab