Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> <SRDescriptionAttribute("The binding manager for the container control. This manages all bindings of child controls to lists.")> Public Overridable Property BindingContext As BindingContext |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As BindingContext instance.BindingContext = value value = instance.BindingContext |
C# | |
---|---|
[Browsable(false)] [SRDescription("The binding manager for the container control. This manages all bindings of child controls to lists.")] public virtual BindingContext BindingContext {get; set;} |
C++/CLI | |
---|---|
[Browsable(false)] [SRDescription("The binding manager for the container control. This manages all bindings of child controls to lists.")] public: virtual property BindingContext^ BindingContext { BindingContext^ get(); void set ( BindingContext^ value); } |
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