Get all controls of the current form at design-time

前端 未结 4 666
陌清茗
陌清茗 2021-01-25 14:43

I have a question about design-time things:

I\'ve made a component with an property \"Links\". Those links are Controls. Now I want to make a UI-Dialog (for editing this

4条回答
  •  盖世英雄少女心
    2021-01-25 15:24

    Not sure if this is what you want.

    I "lost" a label control by accidentally removing it's text property.

    After looking here at this discussion I finally realized that by accessing ANY control property at design time I could use the drop - down at the top of the properties window to locate the control name. Selecting the name revealed the location of the control on the form and exposed it's properties in the properties editor.

提交回复
热议问题