BCGControlBar Library for .NET
RightImageMargin Property (MdiTabsOptions)




Specifies a space between a tab item image and a text or a border of tab item on the TabStrip control of the MDIContainers. This margin is used only if text or left image is present.
Syntax
'Declaration
 
Public Property RightImageMargin As Boolean
'Usage
 
Dim instance As MdiTabsOptions
Dim value As Boolean
 
instance.RightImageMargin = value
 
value = instance.RightImageMargin
public bool RightImageMargin {get; set;}
public: __property bool get_RightImageMargin();
public: __property void set_RightImageMargin( 
   bool value
);
public:
property bool RightImageMargin {
   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