'Declaration
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")>
Public Property Clip As Boolean
'Usage
Dim instance As Caption
Dim value As Boolean
instance.Clip = value
value = instance.Clip
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public bool Clip {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public: __property bool get_Clip();
public: __property void set_Clip(
bool value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public:
property bool Clip {
bool get();
void set ( bool value);
}