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
);
A string representing the prefix of the item.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseToolbarItem Class | BaseToolbarItem Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.