ScreenObject

<< Click to Display Table of Contents >>

 

ScreenObject

Link Indicates to which Screen object a PowerExplorer is linked. Default value of this property is null, that is, 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?