See Also

ToolbarButton Class  | ToolbarButton 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 > ToolbarButton Class : Type Property (ToolbarButton)

Gets or sets the ToolbarButtonType associated with this ToolbarButton.

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

Return Type

A ToolbarButtonType associated with this ToolbarButton.

Remarks

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

Requirements

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

See Also

ToolbarButton Class  | ToolbarButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.