CyberStore Ecommerce 2023 Documentation
ToggleReadOnly Method


Dovetail.Ecommerce.Controls Namespace > CustomerAddress Class : ToggleReadOnly Method
If true, the controls are marked as readonly.
Toggle making this control read only.
Syntax
'Declaration
 
Public Sub ToggleReadOnly( _
   ByVal isReadOnly As Boolean _
) 
'Usage
 
Dim instance As CustomerAddress
Dim isReadOnly As Boolean
 
instance.ToggleReadOnly(isReadOnly)
public void ToggleReadOnly( 
   bool isReadOnly
)

Parameters

isReadOnly
If true, the controls are marked as readonly.
See Also

Reference

CustomerAddress Class
CustomerAddress Members