See Also

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

BottomMargin Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BottomMargin Property

Gets or sets the amount of space (in pixels) between the bottom edge of the editor and the TabStrip.

[Visual Basic]
<CategoryAttribute("Appearance")> <DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the bottom of the editor and the tabstrip.")> <DefaultValueAttribute()> Public Property BottomMargin As Integer
[C#]
[CategoryAttribute("Appearance")] [DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the bottom of the editor and the tabstrip.")] [DefaultValueAttribute()] public int BottomMargin {get; set;}
[C++]
[CategoryAttribute("Appearance")] [DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the bottom of the editor and the tabstrip.")] [DefaultValueAttribute()] public: __property int get_BottomMargin(); public: __property void set_BottomMargin(    int value );
[C++/CLI]
[CategoryAttribute("Appearance")] [DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the bottom of the editor and the tabstrip.")] [DefaultValueAttribute()] public: property int BottomMargin {    int get();    void set (int value); }

Return Type

An integer specifying the amount of space (in pixels) between the bottom edge of the editor and the TabStrip. The default value is 0.

Remarks

This property is primarily used when applying a graphical skin to the HtmlBox. For more information about skin creation and usage, see the topic Using Skins. For standard implementations, this property does not typically need to be set (although it may be).

Requirements

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

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.