See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

TabStrip Property

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); }

Return Type

The HtmlBoxTabStrip object representing the tabstrip used by the HtmlBox.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.