BCGControlBar Library for .NET
TextMargin Property (MdiTabsOptions)




Specifies a space between the text and the border of the tab items on the TabSctrip control of the MDIContainers.
Syntax
'Declaration
 
Public Property TextMargin As Boolean
'Usage
 
Dim instance As MdiTabsOptions
Dim value As Boolean
 
instance.TextMargin = value
 
value = instance.TextMargin
public bool TextMargin {get; set;}
public: __property bool get_TextMargin();
public: __property void set_TextMargin( 
   bool value
);
public:
property bool TextMargin {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback