Skip to content

AllowReorder Property

Description

Enables or disables tab reordering. When set to True, the tabs can be reordered.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property AllowReorder() As Boolean

Example

This sample code illustrates how to allow the user to reorder the tabs in the TabControl:

TabControl.AllowReorder = True

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.