ScreenObject

<< Click to Display Table of Contents >>

 

ScreenObject

Link Indicates to which Screen object the PowerExplorer is linked. Default value of this property is null (it is not linked to any Screen object). Usage example:

Sub CommandButton_Click()
  Set PE = Application.GetPowerExplorer("SE1.Bay1.Breaker1")
  Set PE.ScreenObject = Screen.Item("Breaker")
End Sub

Was this page useful?