Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftPictureObject.Clear Method

Clears the image object.

Syntax

VBobject.Clear

object

A SftPictureObject object.

Comments

The Clear method clears the image object.

Example

This example adds a checkbox to the second tab. A button removes the second tab's image.

Private Sub Form_Load()
    With SftTabs1.Direct
        .Style = styleSftTabsModernTop
        .Tab(1).Image.Appearance = sftImageCheckboxNo
    End With
End Sub
Private Sub Command1_Click()
    SftTabs1.Tab(1).Image.Clear
End Sub

See Also SftPictureObject Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.