Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TabStrip Property |
Gets a HtmlBoxTabStrip object representing the tabstrip used by the HtmlBox.
[Visual Basic]
<PersistenceModeAttribute()>
<DesignerSerializationVisibilityAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Returns the HtmlBoxTabStrip which represents the tab strip used to change the HtmlBox mode from Design to HTML")>
<CategoryAttribute()>
Public Property TabStrip As HtmlBoxTabStrip
[C#]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns the HtmlBoxTabStrip which represents the tab strip used to change the HtmlBox mode from Design to HTML")]
[CategoryAttribute()]
public HtmlBoxTabStrip TabStrip {get; set;}
[C++]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns the HtmlBoxTabStrip which represents the tab strip used to change the HtmlBox mode from Design to HTML")]
[CategoryAttribute()]
public: __property HtmlBoxTabStrip* get_TabStrip();
public: __property void set_TabStrip(
HtmlBoxTabStrip* value
);
[C++/CLI]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns the HtmlBoxTabStrip which represents the tab strip used to change the HtmlBox mode from Design to HTML")]
[CategoryAttribute()]
public:
property HtmlBoxTabStrip^ TabStrip {
HtmlBoxTabStrip^ get();
void set (HtmlBoxTabStrip^ value);
}
The HtmlBoxTabStrip object representing the tabstrip used by the HtmlBox.
This object represents the "Design/HTML" tab strip at the bottom of the HtmlBox. Set the properties of this object to change the visual representation of the tabstrip.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.