CyberStore Ecommerce 2023 Documentation
SetPreSelectedValue Method


Dovetail.Ecommerce.Controls Namespace > CommonStateDropDownControl Class : SetPreSelectedValue Method
.
Set's the correct value for the preselected state.
Syntax
'Declaration
 
Public Sub SetPreSelectedValue( _
   ByVal stateToSelect As String _
) 
'Usage
 
Dim instance As CommonStateDropDownControl
Dim stateToSelect As String
 
instance.SetPreSelectedValue(stateToSelect)
public void SetPreSelectedValue( 
   string stateToSelect
)

Parameters

stateToSelect
.
Remarks
Jrochette, 5/25/2012.
See Also

Reference

CommonStateDropDownControl Class
CommonStateDropDownControl Members