See Also

Dart.PowerWEB.TextBox Namespace

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages Requirements PowerWEB TextBox for ASP.NET

ButtonMode Enumeration

Dart.PowerWEB.TextBox Namespace : ButtonMode Enumeration (Dart.PowerWEB.TextBox)

Enumerates possible values for the HtmlBox.ButtonMode property.

Members

MemberDescription
ImageSingle images will be used to represent buttons. Mouse-effects will be applied by changing the style of the image using DHTML.
TwoStateImageTwo images will be used to represent each button ("off" and "down").
ThreeStateImageThree images will be used to represent each button ("off", "over", and "down").
HTMLHTML buttons (input type='button') will be used to represent toolbar buttons.

Remarks

By default the HtmlBox.ButtonMode property of the HtmlBox is ButtonMode.Image, which specifies that a single image will represent each button and mouse-effects will be applied using DHTML (see the HtmlBox.ButtonStyle property for more information on this). If you would like to use such highly-graphical button representations such as mouse-over image swaps set HtmlBox.ButtonMode to either ButtonMode.TwoStateImage (which specifies that there will be two images for each button, an "off" image and a "clicked" image) or ButtonMode.ThreeStateImage (which specifies that there will be three images for each button, an "off", an "over", and a "click" image). One of these two types will typically be used in skin implementations (see Using Skins) for more information. If you would like to remove images from the toolbr buttons altogether, set this property to ButtonMode.HTML and HTML input buttons will be used to represent the toolbar buttons.

Some image-name related properties will not have meaning depending on the button mode. For example:

ButtonMode.HTML

ButtonMode.Image

ButtonMode.TwoStateImage

ButtonMode.TwoStateImage

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

See Also

Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.