Replace_TS_Pic Method Example

The following example replaces the current picture with a Tag Status picture when a button is pressed. The tags that are displayed are retrieved from the currently selected objects.

Private Sub Button_ReplaceTSPic_Click()

    

    Me.Replace_TS_Pic

    

End Sub