Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DropDownItemControl Class / Icon Property


In This Topic
    Icon Property
    In This Topic
    Gets or sets the item icon image.
    Syntax
    'Declaration
     
    Public Property Icon As Object
    'Usage
     
    Dim instance As DropDownItemControl
    Dim value As Object
     
    instance.Icon = value
     
    value = instance.Icon
    public object Icon {get; set;}
    See Also