RotateImageOnVerticalDraw Property
Description
Specifies whether tab images are rotated when the tabs are drawn vertically.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property RotateImageOnVerticalDraw() As Boolean
Example
The following example illustrates how to rotate the tab images when the tabs are drawn vertically:
CommandBars.TabWorkspace.TabPaintManager.RotateImageOnVerticalDraw = True
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.