Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
QuestionDisable(gray out ) an item in CheckedistBox in C# Pin
happyrider4-Feb-07 9:43
happyrider4-Feb-07 9:43 
AnswerRe: Disable(gray out ) an item in CheckedistBox in C# Pin
Judah Gabriel Himango5-Feb-07 11:40
sponsorJudah Gabriel Himango5-Feb-07 11:40 
QuestionExteranal config for Remoting cause big problem Pin
TrooperIronMan4-Feb-07 9:18
TrooperIronMan4-Feb-07 9:18 
AnswerRe: Exteranal config for Remoting cause big problem Pin
TrooperIronMan5-Feb-07 1:41
TrooperIronMan5-Feb-07 1:41 
GeneralRe: Exteranal config for Remoting cause big problem Pin
VirtualVoid.NET6-Feb-07 3:45
VirtualVoid.NET6-Feb-07 3:45 
GeneralRe: Exteranal config for Remoting cause big problem Pin
TrooperIronMan14-Feb-07 1:38
TrooperIronMan14-Feb-07 1:38 
QuestionNested struct or Object property of a component? Pin
mike montagne4-Feb-07 9:03
mike montagne4-Feb-07 9:03 
AnswerRe: Nested struct or Object property of a component? Pin
Christian Graus4-Feb-07 9:09
protectorChristian Graus4-Feb-07 9:09 
mike montagne wrote:
In Delphi, any such property declaration automatically resulted in an expandable node in the IDE, displaying all the properties of the struct or Object within the root component.


That doesn't happen here. You can use attributes to make a property appear in the designer, and if it's a struct, you could mark those properties as well. I think it's [Browsable].

The real question is, why do you need to set it in the designer ? But, I believe the problem is, the designer knows nothing about your struct, you need to set it up to expose the properties of the struct.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Nested struct or Object property of a component? Pin
mike montagne4-Feb-07 9:22
mike montagne4-Feb-07 9:22 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne4-Feb-07 19:15
mike montagne4-Feb-07 19:15 
GeneralUI Type Editor appears not to be the answer. Pin
mike montagne4-Feb-07 20:12
mike montagne4-Feb-07 20:12 
GeneralInterfaces? Pin
mike montagne4-Feb-07 20:17
mike montagne4-Feb-07 20:17 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 17:51
mike montagne5-Feb-07 17:51 
AnswerRe: Nested struct or Object property of a component? Pin
Martin#4-Feb-07 22:51
Martin#4-Feb-07 22:51 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 10:29
mike montagne5-Feb-07 10:29 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 10:38
mike montagne5-Feb-07 10:38 
GeneralPreFilterProperties should not be relevant (?) Pin
mike montagne5-Feb-07 10:52
mike montagne5-Feb-07 10:52 
QuestiondataGrid dataset Pin
123456uio4-Feb-07 8:54
123456uio4-Feb-07 8:54 
QuestionSomewhat new to C#... Pin
JeremyLM4-Feb-07 8:04
JeremyLM4-Feb-07 8:04 
AnswerRe: Somewhat new to C#... Pin
Christian Graus4-Feb-07 9:14
protectorChristian Graus4-Feb-07 9:14 
QuestionDataGridView virtual mode how to? Pin
SeMartens4-Feb-07 6:58
SeMartens4-Feb-07 6:58 
QuestionChange control properties from dll Pin
AceC0d3r4-Feb-07 6:57
AceC0d3r4-Feb-07 6:57 
AnswerRe: Change control properties from dll Pin
Dave Kreskowiak4-Feb-07 11:02
mveDave Kreskowiak4-Feb-07 11:02 
GeneralRe: Change control properties from dll Pin
AceC0d3r4-Feb-07 11:12
AceC0d3r4-Feb-07 11:12 
GeneralRe: Change control properties from dll Pin
Colin Angus Mackay4-Feb-07 14:12
Colin Angus Mackay4-Feb-07 14:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.