See Also

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

Gets or sets the ToolbarMenuButtonType associated with this ToolbarMenuButton.

[Visual Basic]
Public Property Type As ToolbarMenuButtonType
[C#]
public ToolbarMenuButtonType Type {get; set;}
[C++]
public: __property ToolbarMenuButtonType get_Type(); public: __property void set_Type(    ToolbarMenuButtonType value );
[C++/CLI]
public: property ToolbarMenuButtonType Type {    ToolbarMenuButtonType get();    void set (ToolbarMenuButtonType value); }

Return Type

A ToolbarMenuButtonType associated with this ToolbarMenuButton.

Remarks

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

Requirements

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

See Also

ToolbarMenuButton Class  | ToolbarMenuButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.