Nevron.UI Namespace / NFlagsEnumUIEditor Class / NFlagsEnumUIEditor Constructor / NFlagsEnumUIEditor Constructor(Type,Int32)


In This Topic
    NFlagsEnumUIEditor Constructor(Type,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal enumType As System.Type, _
       ByVal currMask As System.Integer _
    )
    'Usage
     
    
    Dim enumType As System.Type
    Dim currMask As System.Integer
     
    Dim instance As New NFlagsEnumUIEditor(enumType, currMask)
    public NFlagsEnumUIEditor( 
       System.Type enumType,
       System.int currMask
    )

    Parameters

    enumType
    currMask
    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