Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NPredefinedLightModelCheckButtonCommand Class / NPredefinedLightModelCheckButtonCommand Constructor


In This Topic
    NPredefinedLightModelCheckButtonCommand Constructor
    In This Topic
    Creates a new predefined light model command based from the specified predefined light model and command id.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal predefinedLightModel As PredefinedLightModel, _
       ByVal id As System.Integer _
    )
    'Usage
     
    
    Dim predefinedLightModel As PredefinedLightModel
    Dim id As System.Integer
     
    Dim instance As New NPredefinedLightModelCheckButtonCommand(predefinedLightModel, id)
    public NPredefinedLightModelCheckButtonCommand( 
       PredefinedLightModel predefinedLightModel,
       System.int id
    )

    Parameters

    predefinedLightModel
    id
    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