Version

FormatProviderPropertyEditor Constructor

Creates a new instance of the FormatProviderPropertyEditor
Syntax
'Declaration
 
Public Function New( _
   ByRef formatProvider As IFormatProvider, _
   Optional ByVal showName As Boolean _
)
public FormatProviderPropertyEditor( 
   ref IFormatProvider formatProvider,
   bool showName
)

Parameters

formatProvider
A reference to the IFormatProvider the dialog will be initialized with
showName
Specifies whether the culture name is displayed in the list. If false the locale ID is displayed instead.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also