Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TopMargin Property |
Gets or sets the amount of space (in pixels) between the top edge of the editor and the toolbar.
[Visual Basic]
<DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the top of the editor and the toolbar.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Property TopMargin As Integer
[C#]
[DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the top of the editor and the toolbar.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public int TopMargin {get; set;}
[C++]
[DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the top of the editor and the toolbar.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public: __property int get_TopMargin();
public: __property void set_TopMargin(
int value
);
[C++/CLI]
[DescriptionAttribute("Gets/sets a value which indicates the amount of space (in pixels) between the top of the editor and the toolbar.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public:
property int TopMargin {
int get();
void set (int value);
}
An integer specifying the amount of space (in pixels) between the top edge of the editor and the toolbar. 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.