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

ImageWidth Property

Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : ImageWidth Property (BaseToolbarButton)

Gets or sets the width of the button image in pixels.

[Visual Basic]
<DescriptionAttribute("Specifies the width of the image graphic.")> <DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> Public Overridable Property ImageWidth As Integer
[C#]
[DescriptionAttribute("Specifies the width of the image graphic.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public virtual int ImageWidth {get; set;}
[C++]
[DescriptionAttribute("Specifies the width of the image graphic.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: __property virtual int get_ImageWidth(); public: __property virtual void set_ImageWidth(    int value );
[C++/CLI]
[DescriptionAttribute("Specifies the width of the image graphic.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: virtual property int ImageWidth {    int get();    void set (int value); }

Return Type

An integer specifying the width of the image in pixels.

Remarks

This property differs from the Width property in that the Width property controls the width of the border surrounding the image, while this property controls the width of the image itself.

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.