Nevron.UI.WinForm.Controls Namespace / NComboBox Class / FillFromEnum Method / FillFromEnum(Type,Boolean) Method


FillFromEnum(Type,Boolean) Method
Syntax
'Declaration
 
Public Overloads Overridable Sub FillFromEnum( _
   ByVal enumType As System.Type, _
   ByVal spacesBeforeUppers As System.Boolean _
) 
 
'Usage
 
Dim instance As NComboBox
Dim enumType As System.Type
Dim spacesBeforeUppers As System.Boolean
 
instance.FillFromEnum(enumType, spacesBeforeUppers)

Parameters

enumType
spacesBeforeUppers
Requirements

Target Platforms: 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