ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / C1StaticResource Class / C1StaticResource Constructor / C1StaticResource Constructor(String)
Key that identifies the resource.

In This Topic
    C1StaticResource Constructor(String)
    In This Topic
    Initializes a new instance of a C1StaticResource.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resourceKey As System.String _
    )
    public C1StaticResource( 
       System.string resourceKey
    )

    Parameters

    resourceKey
    Key that identifies the resource.
    See Also