See Also

ToolbarText Class  | ToolbarText 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

Type Property

Dart.PowerWEB.TextBox Namespace > ToolbarText Class : Type Property (ToolbarText)

Gets or sets the ToolbarTextType associated with this ToolbarText.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("The predefined type of the image.")> Public Property Type As ToolbarTextType
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("The predefined type of the image.")] public ToolbarTextType Type {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("The predefined type of the image.")] public: __property ToolbarTextType get_Type(); public: __property void set_Type(    ToolbarTextType value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("The predefined type of the image.")] public: property ToolbarTextType Type {    ToolbarTextType get();    void set (ToolbarTextType value); }

Return Type

A ToolbarTextType associated with this ToolbarText.

Remarks

Typically, this property gets it's value during initialization. However, this property can be set. If this occurs, the current values of the ToolbarText will be lost and replaced with the default settings associated with the new ToolbarTextType.

Requirements

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

See Also

ToolbarText Class  | ToolbarText Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.