| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1Thumbnail Class : ClipControl Property |
<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);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2