xFormRun.enableCountryRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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