TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1PolygonIcon Class / Key Property

In This Topic
    Key Property (C1PolygonIcon)
    In This Topic
    Gets or sets the key used to retrieve the image.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property Key As String
    [DefaultValue("")]
    public string Key {get; set;}
    See Also