if (Document.ActivePageReference.DetailsOnDemandPanel.Visible == False):
Document.ActivePageReference.DetailsOnDemandPanel.Visible = True
else:
Document.ActivePageReference.DetailsOnDemandPanel.Visible = False
Document.ActivePageReference.DetailsOnDemandPanel.Visible = True
else:
Document.ActivePageReference.DetailsOnDemandPanel.Visible = False
No comments:
Post a Comment