See Also

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

FileType Property

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); }

Return Type

A string containing the file type to be used for all image-related properties. The default value is ".gif".

Remarks

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.

Requirements

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

See Also

BaseToolbarButton Class  | BaseToolbarButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.