ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / Thumbnail Property

In This Topic
    Thumbnail Property
    In This Topic
    Adjusts the thumbnail image of a window in a taskbar button flyout.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskbarButton.Thumbnail", "Adjusts the thumbnail image of a window in a taskbar button flyout.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <TypeConverterAttribute(C1.Win.C1Win7Pack.GenericExpandableConverter)>
    <C1CategoryAttribute("Behavior")>
    Public ReadOnly Property Thumbnail As C1Thumbnail
    [C1Description("C1TaskbarButton.Thumbnail", "Adjusts the thumbnail image of a window in a taskbar button flyout.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [TypeConverter(C1.Win.C1Win7Pack.GenericExpandableConverter)]
    [C1Category("Behavior")]
    public C1Thumbnail Thumbnail {get;}
    See Also