Gets and sets whether the Caption is clipped by the CaptionWidth and CaptionHeight properties or clipped using the right and bottom edges of the frame.
Read-write property
Visual Basic |
---|
Public Property ClipCaption As Boolean |
A boolean value which is True if the Caption is clipped by the CaptionWidth and CaptionHeight properties. Otherwise, False is used and the Caption is clipped using the right and bottom edges of the frame.
This property has no effect on the CaptionLeft and CaptionTop properties which are always used to determine the placement of the caption.