激活鼠标左键移动 :
HSmartWindowControl1.HDoubleClickToFitContent = True
HSmartWindowControl1.HKeepAspectRatio = True
HSmartWindowControl1.HMoveContent = True
HSmartWindowControl1.HZoomContent = HSmartWindowControl.ZoomContent.WheelForwardZoomsIn
取消鼠标左键移动:
HSmartWindowControl1.HDoubleClickToFitContent = False
HSmartWindowControl1.HKeepAspectRatio = False
HSmartWindowControl1.HMoveContent = False
HSmartWindowControl1.HZoomContent = HSmartWindowControl.ZoomContent.Off |