DashboardLayout for WinForms | ComponentOne
C1.Win.Layout.Styles Namespace / ItemContainerStyle Class / ToolIconColor Property

In This Topic
    ToolIconColor Property (ItemContainerStyle)
    In This Topic
    Gets or sets ToolIcon image color.
    Syntax
    'Declaration
     
    
    Public Property ToolIconColor As Color
    public Color ToolIconColor {get; set;}
    Remarks
    If the color is different from Transparent than control tries to recolor the ToolIcon image according to that color otherwise it uses the original colors.
    See Also