c# - Determine if datepicker is open -


i'm developing windows store app , i'm trying determine when datepicker control in open state (user can select option list), can't find option determine state of control.

when using combobox there property combobox.isdropdownopen, there no equivalent in datepicker or timepicker control.

does know how achieve same on datepicker control?

  1. select datepicker -> edit template -> edit copy
  2. add handler dropdownopened event each combobox in template

Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -