StaticFrame Property
Description
Enables or disables the use of a static frame.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property StaticFrame() As Boolean
Example
StaticFrame Sample (Visual Basic)
' This sample code illustrates how to add a static frame around the entire TabControl.
TabControl.PaintManager.StaticFrame = True
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.