Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerLocExtension Class / SchedulerLocExtension Constructor / SchedulerLocExtension Constructor(String)
The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key

In This Topic
    SchedulerLocExtension Constructor(String)
    In This Topic
    Initializes a new instance of the SchedulerLocExtension class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As String _
    )
    public SchedulerLocExtension( 
       string key
    )

    Parameters

    key
    The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
    See Also