SpreadsheetGear 2012
BindingContext Property (WorkbookDesigner)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("The binding manager for the container control.  This manages all bindings of child controls to lists.")>
Public Overridable Property BindingContext As System.Windows.Forms.BindingContext
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.BindingContext
 
instance.BindingContext = value
 
value = instance.BindingContext
[System.ComponentModel.Browsable(false)]
[SRDescription("The binding manager for the container control.  This manages all bindings of child controls to lists.")]
public virtual System.Windows.Forms.BindingContext BindingContext {get; set;}
public read-write property BindingContext: System.Windows.Forms.BindingContext; virtual; 
System.ComponentModel.BrowsableAttribute()
SRDescriptionAttribute("The binding manager for the container control.  This manages all bindings of child controls to lists.")
public function get,set BindingContext : System.Windows.Forms.BindingContext
[System.ComponentModel.Browsable(false)]
[SRDescription("The binding manager for the container control.  This manages all bindings of child controls to lists.")]
public: __property virtual System.Windows.Forms.BindingContext* get_BindingContext();
public: __property virtual void set_BindingContext( 
   System.Windows.Forms.BindingContext* value
);
[System.ComponentModel.Browsable(false)]
[SRDescription("The binding manager for the container control.  This manages all bindings of child controls to lists.")]
public:
virtual property System.Windows.Forms.BindingContext^ BindingContext {
   System.Windows.Forms.BindingContext^ get();
   void set (    System.Windows.Forms.BindingContext^ 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

WorkbookDesigner Class
WorkbookDesigner Members

Send Feedback