See Also

ToolbarButton Class  | ToolbarButton Members  | Overload List

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

type
The ToolbarButtonType which is used to supply the proper default properties for the ToolbarButton.
See Also Languages PowerWEB TextBox for ASP.NET

ToolbarButton Constructor(ToolbarButtonType)

Dart.PowerWEB.TextBox Namespace > ToolbarButton Class > ToolbarButton Constructor : ToolbarButton Constructor(ToolbarButtonType)

Creates a predefined ToolbarButton

[Visual Basic]
Public Function New( _    ByVal type As ToolbarButtonType _ )
[C#]
public ToolbarButton(    ToolbarButtonType type );
[C++]
public: ToolbarButton(    ToolbarButtonType type )
[C++/CLI]
public: ToolbarButton(    ToolbarButtonType type )

Parameters

type
The ToolbarButtonType which is used to supply the proper default properties for the ToolbarButton.

Remarks

This constructor creates a ToolbarButton of the specified type and supplies it with the default values for the specified type. For example, if type == ToolbarButtonType.Bold, the properties would be as follows:

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  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.