ClientFrame Property
Description
Gets/Sets the client frame.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property ClientFrame() As [XTPTabClientFrame](XtremeCommandBars~Enumerations~XTPTabClientFrame_EN.md)
Example
This sample code illustrates how to add a frame border around your TabControl's client area:
TabControl.PaintManager.ClientFrame = xtpTabFrameBorder
This sample code illustrates how to add a single line frame border to your TabControl's client area:
TabControl.PaintManager.ClientFrame = xtpTabFrameSingleLine
This sample code illustrates how to remove the frame border around the TabControl's client area:
TabControl.PaintManager.ClientFrame = xtpTabFrameNone
See Also
| Suite Pro Controls ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.