wpf - need to create a custom control -


i have below requirement:

i wanted create custom control in developer should able access below 3 properties.

  1. label:
  2. isrequired
  3. content.

example 1: name(label): textbox/any input control(content)

example 2: name(label)*(isrequired): textbox/any input control(content)

  1. developer should able apply globalization label
  2. if field required should able set property enable * symbol
  3. developer should able set input control content of control.

i request suggestions, if send me sample code me.

this demo doesn't seem latest should start. googling around bit more keywords found in demo yield relevant results.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -