Data source types: All
HypShowPOV() determines whether the POV toolbar is to be displayed or hidden.
HypShowPov(bShowPov)
ByVal bShowPov As Boolean
bShowPov: Set to TRUE to show the POV toolbar.
Boolean. If the POV is shown, the return value is TRUE; otherwise, the return value is FALSE.
Public Declare Function HypShowPov Lib "HsAddin" (ByVal bShowPov As Boolean) As Long
Sub DisConn()
X=HypShowPov(True)
End Sub