'Declaration <BindableAttribute(True)> <CategoryAttribute("Behavior")> Public Property AllowUserZoom As Boolean
'Usage Dim instance As GcSpreadSheet Dim value As Boolean instance.AllowUserZoom = value value = instance.AllowUserZoom
Property Value
true
the user can scale the display of the control; otherwise, false
.