ComponentOne Windows 7 Control Pack for WinForms
ClipControl Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1Thumbnail Class : ClipControl Property
Restricts a portion of a window's client area to display as that window's thumbnail in the taskbar.
Syntax
<C1DescriptionAttribute("Restricts a portion of a window's client area to display as thumbnail.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ClipControl As Control
Dim instance As C1Thumbnail
Dim value As Control
 
instance.ClipControl = value
 
value = instance.ClipControl
[C1Description("Restricts a portion of a window's client area to display as thumbnail.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public Control ClipControl {get; set;}
[C1Description("Restricts a portion of a window's client area to display as thumbnail.")]
[DefaultValue()]
[NotifyParentProperty(true)]
public:
property Control^ ClipControl {
   Control^ get();
   void set (    Control^ value);
}
See Also

Reference

C1Thumbnail Class
C1Thumbnail Members