Open_TCP_Pic_Ex Method Example

The following example opens the Tag Control Panel Picture when a button is pressed. The tags that are displayed are retrieved from the currently selected objects.

Private Sub Button_OpenTCPPic_Click()

    

    Me.Open_TCP_Pic_Ex (1)

    

End Sub