BCGControlBar Library for .NET
NewWidth Property




Specifies the new width  to set to the related ToolbarButton after changing.
Syntax
'Declaration
 
Public Property NewWidth As Integer
'Usage
 
Dim instance As ToolBarButtonWidthChangingEventArgs
Dim value As Integer
 
instance.NewWidth = value
 
value = instance.NewWidth
public int NewWidth {get; set;}
public: __property int get_NewWidth();
public: __property void set_NewWidth( 
   int value
);
public:
property int NewWidth {
   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

ToolBarButtonWidthChangingEventArgs Class
ToolBarButtonWidthChangingEventArgs Members

Send Feedback