AddChildItemBinded Usage |
Post Reply |
Author | |
lpereira
Newbie Joined: 21 February 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 21 February 2005 at 5:08pm |
I am trying to use the AddChildItemBinded method in my C#program without much success. When I run the code, i get an unhandled exception error. It seems that the method is not returning a valid PropertyGridItem. Here is the snippet of code that causes the error: val = cat.AddChildItemBinded(PropertyItemType.PropertyItemNumber, this, "mynum"); val.Caption = "Testing Num"; The actual crash occurs when attempting to set the Caption for the PropertyGridItem. Any ideas on how I can get this to work? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
it can't be used in C#. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Karl
Newbie Joined: 26 August 2005 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
|
Is this a limitation of only C#, or is it for any .NET language? I can't find any reference to this limitation anywhere. Where can I find a list of what features and controls work/don't work in .NET? Thanks. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |