Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : FileType Property |
Gets or sets the file extention to be used for all image-related properties of the button.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Public Property FileType As String
[C#]
[NotifyParentPropertyAttribute(true)]
public string FileType {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_FileType();
public: __property void set_FileType(
string* value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property String^ FileType {
String^ get();
void set (String^ value);
}
A string containing the file type to be used for all image-related properties. The default value is ".gif".
The value of this property is combined with BaseToolbarItem.ItemPrefix to derive the image-related property names. For example (using the default values for a "bold" button):
Using this example, if the FileType was changed to ".jpg", ImageName would return "bold.jpg" by default, MouseOverImageName would return "bold_over.jpg" by default, etc.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseToolbarButton Class | BaseToolbarButton Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.