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
)
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:
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarButton Class | ToolbarButton Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.