BCGControlBar Library for .NET
ExtraTextToControlSpacing Property




This property specifies how far away the edit box (embedded control) part should be placed from th etext and image part. Usually set by the library when it adjusts layouts of several combo and edit boxed located in one column of Ribbon control.
Syntax
'Declaration
 
Public Property ExtraTextToControlSpacing As Integer
'Usage
 
Dim instance As ToolbarBaseControlButton
Dim value As Integer
 
instance.ExtraTextToControlSpacing = value
 
value = instance.ExtraTextToControlSpacing
public int ExtraTextToControlSpacing {get; set;}
public: __property int get_ExtraTextToControlSpacing();
public: __property void set_ExtraTextToControlSpacing( 
   int value
);
public:
property int ExtraTextToControlSpacing {
   int get();
   void set (    int 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

ToolbarBaseControlButton Class
ToolbarBaseControlButton Members

Send Feedback