CellTimePickerAttrs Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
NoSeparators | 1 | Do not show separator characters, if any, between time part controls. | |
NoTextBoxOnLock | 2 | Unless set, the TimePicker renders as a locked TextBox when locked. | |
UseCombos | 4 | Use combo boxes for hour/minute/second selection instead of time widget. | |
LockTextBox | 8 | Lock the cell's TextBox. This forces all input via time widget. | |
NoClearButton | 16 | Do not show the control's clear button. Normally the determination of whether or not to show the clear button is left to the platform based on the state of the field. Set this to explicitly suppress the button. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.