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);
}
An integer specifying the amount of space (in pixels) between the bottom edge of the editor and the TabStrip. The default value is 0.
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).
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.