dbicDropDate Send comments on this topic.
dbiDropDate Class Properties
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : dbiDropDate Class


"

For a list of all members of this type, see dbiDropDate members.

"

Public Properties

 NameDescription
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyAutoDropDetermines if the calendar will automatically drop when the drop button is clicked.  
public PropertyAutoIncrementDetermines if the values in dbiDropDate will automatically increment when the spin buttons are clicked on.  
public PropertyBackColorGets or sets the background color of the control.  
public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
public PropertyBorderColorGets or sets the border color of the control.  
public PropertyBorderTypeGets or sets the type of border to place around the control.  
public PropertyButtonBevelGets or sets the size of the bevels in the drop down button and spin buttons.  
public PropertyCalendarGets or sets the drop down calendar settings.  
public PropertyCalendarAlignGets or sets the horizontal alignment of the drop down calendar.  
public PropertyCalendarDayFormatsRepresents a collection of items which apply formatting to a specific date range.  
public PropertyCalendarHeightGets or sets the height of the drop down calendar.  
public PropertyCalendarWeekendsRepresents a collection of days which will be considered weekend days.  
public PropertyCalendarWidthGets or sets the width of the drop down calendar.  
public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyControlStyleApplies a predefined style to the control.  
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDateGets or sets the date.  
public PropertyDateSepCharGets or set the single character used to seperate the date values (day,month and year).  
public PropertyDayNamesGets or sets the name of the days.  
public PropertyDisabledColorGets or sets the background color of the control when it is disabled.  
public PropertyDisplayStyleGets or sets the style of the control.  
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyDropButtonGets or sets the properties of the drop button.  
public PropertyDropVisibleDetermines if the drop down button will be displayed.  
public PropertyDropWidthGets or sets the width of the drop down button.  
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyExtendedViewDetermines whether the drop down calendar will use extended navigational view to allow the user to select a date.  
public PropertyFixedHeightOverridden.  This property will maintain a value of true.  
public PropertyFontOverridden. Gets or sets the type of font to display.  
public PropertyForeColorOverridden. Gets or sets the fore ground color.  
public PropertyFormatTypeGets or sets the date format.  
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyIncludeAmPmDetermines if the time values will include am/pm.  
public PropertyIncludeDays

Determines if the date values will include the day names.

 
public PropertyIncludeSecondsDetermines if the time values will display seconds.  
public PropertyIncrementValueGets or sets the increment value.  
public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
public PropertyLongYearDetermines if the date values will include a 2 or 4 digit year.  
public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMilitaryTimeDetermines if the time values will appear in a 24 hour clock.  
public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMonthFormatGets or sets the display format of the month in the date.  
public PropertyMonthNamesGets or sets the names of the month to display.  
public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
public PropertyReadOnlyDetermines if the value is readonly.  
public PropertyReverseBorderDetermines how the border around the drop button and spin buttons will be painted.  
public PropertySelectOnFocusDetermines if the text will be selected when the control receives focus.  
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
public PropertySpinButtonGets or sets the properties of the spin buttons.  
public PropertySpinVisibleDetermines if the spin buttons will be visible.  
public PropertySpinWidthGets or sets the width of the spin buttons.  
public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
public PropertyTabStopDetermines if the control can receive focus when the user presses the TAB key.  
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTextOverridden. Gets or sets the text value.  
public PropertyTextAlignGets or sets the horizontal alignment of the text.  
public PropertyTimeSepCharGets or sets the character to separate the hours, minutes and seconds.  
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
public PropertyXMLReadGet an existing xml file to read into the control.  
public PropertyXMLWriteGets or sets an xml file write the data from the control.  
Top

See Also