Share via


FormControl.countryRegionCodes Method

Definition

Overloads

countryRegionCodes(String)
countryRegionCodes()

Gets or sets the comma-separated list of country/region codes for the control.

countryRegionCodes(String)

public:
 virtual System::String ^ countryRegionCodes(System::String ^ _value);
public virtual string countryRegionCodes (string _value);
abstract member countryRegionCodes : string -> string
override this.countryRegionCodes : string -> string
Public Overridable Function countryRegionCodes (_value As String) As String

Parameters

_value
String

The string that contains the country/region codes to set; optional.

Returns

Applies to

countryRegionCodes()

Gets or sets the comma-separated list of country/region codes for the control.

public:
 virtual System::String ^ countryRegionCodes();
public virtual string countryRegionCodes ();
abstract member countryRegionCodes : unit -> string
override this.countryRegionCodes : unit -> string
Public Overridable Function countryRegionCodes () As String

Returns

The comma-separated list of country/region codes for the control.

Applies to