Share via


xFormRun.enableCountryRegion Method

Definition

Overloads

enableCountryRegion()
enableCountryRegion(Boolean)

enableCountryRegion()

public:
 virtual bool enableCountryRegion();
public virtual bool enableCountryRegion ();
abstract member enableCountryRegion : unit -> bool
override this.enableCountryRegion : unit -> bool
Public Overridable Function enableCountryRegion () As Boolean

Returns

Applies to

enableCountryRegion(Boolean)

public:
 virtual bool enableCountryRegion(bool _flag);
public virtual bool enableCountryRegion (bool _flag);
abstract member enableCountryRegion : bool -> bool
override this.enableCountryRegion : bool -> bool
Public Overridable Function enableCountryRegion (_flag As Boolean) As Boolean

Parameters

_flag
Boolean

Returns

Applies to