PC Review


Reply
Thread Tools Rate Thread

Class With Binding

 
 
Nathan Carroll
Guest
Posts: n/a
 
      5th Sep 2003
Is it possible to set up a binding outside a control. I'd like to use
something like below to aquire the binding for an item in a collection of a
usercontrol.


Public Class ColumnHeader
Dim b As System.Windows.Forms.Binding
Public Property DBind() As Windows.Forms.Binding
Get
Return b
End Get
Set(ByVal Value As Windows.Forms.Binding)
b = Value
End Set
End Property

End Class


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGridView Binding with a Class Roger Odermatt Microsoft VB .NET 0 2nd May 2006 02:04 PM
Binding a non collection class in ASP.NET hsomob1999@yahoo.com Microsoft ASP .NET 0 29th May 2005 10:29 PM
Binding to inherited class =?Utf-8?B?Wmhlbnlh?= Microsoft Dot NET 0 22nd Sep 2004 09:33 PM
Binding to a c# class Jellybean Microsoft C# .NET 1 26th Aug 2003 05:52 PM
Data Binding to C# class? dm_dal Microsoft ADO .NET 2 29th Jul 2003 05:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 AM.