See Also

BaseToolbarItem Class  | BaseToolbarItem 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

ItemPrefix Property

Dart.PowerWEB.TextBox Namespace > BaseToolbarItem Class : ItemPrefix Property

Gets or sets the prefix used to identify the item.

[Visual Basic]
Public Property ItemPrefix As String
[C#]
public string ItemPrefix {get; set;}
[C++]
public: __property string* get_ItemPrefix(); public: __property void set_ItemPrefix(    string* value );
[C++/CLI]
public: property String^ ItemPrefix {    String^ get();    void set (String^ value); }

Return Type

A string representing the prefix of the item.

Remarks

The prefix is used to provide a naming convention for the item. For example, if the ItemPrefix was "bold" (such as in the case of a bold button), the BaseToolbarItem.ImageName is "bold.gif", the BaseToolbarItem.MouseOverImageName is "bold_over.gif", etc.

All toolbar items are provided with default values. See Property Defaults for more information.

Requirements

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

See Also

BaseToolbarItem Class  | BaseToolbarItem Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.