In This Article

TimeEditBox Class

Represents a time-only edit box.

public class TimeEditBox : DateTimeEditBox
Inheritance:
object Visual UIElement FrameworkElement Control PartEditBoxBase<DateTime?> DateTimeEditBox object

Constructors

TimeEditBox()

Initializes an instance of the TimeEditBox class.

public TimeEditBox()

Properties

HasPopupButtonWhenReadOnly

Gets whether the control should display the popup button when the control is read-only.

protected override bool HasPopupButtonWhenReadOnly { get; }

Property Value

bool:

true if the control should display the popup button when the control is read-only; otherwise, false.

Methods

ResetValue()

Resets the value to a default value.

protected override void ResetValue()

Inherited Members