OneNoteColors Property
Description
Enables/disables the use of OneNote Colors.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property OneNoteColors() As Boolean
Example
The following sample code illustrates how to use OneNote colors for your tabs:
' This sample code illustrates how to use OneNote colors for your tabs.
TabControl.PaintManager.OneNoteColors = True
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.