Custom hour&minute TextBoxes under the AnalogClock

Editors for WPF Forum

Posted 13 years ago by Kevin Drapel
Version: 11.1.0540
Avatar
Hi,

I want to change the current behavior of the time and minute displayed under the AnalogClcok (DateTimeEditBox)
The time component has 2 textboxes, one for hour & one for minute and I want replace these by 1 "MaskedTextBox" with appropriate mask (e.g: "\d\d:\d\d"). But I can't directly modify this time component. So, I need some help how I can modify it... Thanks in advance.

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Kevin,

That is not something that can be customized at this time. You can create and use your own custom drop-down content. The default drop-down content is wrapped up in a UserControl, which includes the AnalogClock and a nested DateTimeEditBox. You'd have to do effectively the same thing.

Using the default Styles for DateTimeEditBox, you can see how we bind/configure the DateTimeEditor/TimeEditor and copy that. If you purchased WPF Studio, then you can download the default Styles from our website (under organization purchaces). If you purchased WPF Essentials or Editors for WPF individually, then please email our support to request a copy.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.