Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSkinStateCollection Class / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    Gets/Sets the skin state with the given name.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal stateName As System.String _
    ) As NSkinState
    'Usage
     
    
    Dim instance As NSkinStateCollection
    Dim stateName As System.String
    Dim value As NSkinState
     
    instance.Item(stateName) = value
     
    value = instance.Item(stateName)
    public NSkinState Item( 
       System.string stateName
    ) {get; set;}

    Parameters

    stateName
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also