ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1Thumbnail Class / ClipControl Property

In This Topic
    ClipControl Property (C1Thumbnail)
    In This Topic
    Restricts a portion of a window's client area to display as that window's thumbnail in the taskbar.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1Thumbnail.ClipControl", "Restricts a portion of a window's client area to display as thumbnail.")>
    <NotifyParentPropertyAttribute(True)>
    <DefaultValueAttribute("")>
    Public Property ClipControl As Control
    [C1Description("C1Thumbnail.ClipControl", "Restricts a portion of a window's client area to display as thumbnail.")]
    [NotifyParentProperty(true)]
    [DefaultValue("")]
    public Control ClipControl {get; set;}
    See Also