Method | Description | |
---|---|---|
AddDateOption ( DateRangeOptions option ) : void |
Adds a date range option to the current list of options available
|
|
DateRangeComboBoxVWG ( ) : System |
Constructor to initialise a new ComboBox with a selection of date range options that are suited to a timeless system
|
|
DateRangeComboBoxVWG ( List |
Constructor to initialiase a new ComboBox with a specific set of date range options to display
|
|
GetDateRangeString ( DateRangeOptions option ) : string |
Returns the display string for the date range option supplied
|
|
RemoveDateOption ( DateRangeOptions option ) : void |
Removes a date range option from the current list of options available
|
|
SetDateRangeString ( DateRangeOptions option, string newDisplayString ) : void |
Amends the display string for a given date option
|
|
SetTopComboBoxItem ( string displayString ) : void |
Sets the item in the ComboBox that first appears to the user
|
|
UseAllDateRangeOptions ( ) : void |
Populates the ComboBox with all available DateOptions, since the default constructor only provides a standardised collection
|
public AddDateOption ( DateRangeOptions option ) : void | ||
option | DateRangeOptions | The date range option to add |
return | void |
public DateRangeComboBoxVWG ( List |
||
optionsToDisplay | List |
A list of date range options |
return | System |
public GetDateRangeString ( DateRangeOptions option ) : string | ||
option | DateRangeOptions | The date range enumeration |
return | string |
public RemoveDateOption ( DateRangeOptions option ) : void | ||
option | DateRangeOptions | The date range option to remove |
return | void |
public SetDateRangeString ( DateRangeOptions option, string newDisplayString ) : void | ||
option | DateRangeOptions | The date option to amend |
newDisplayString | string | The display string to apply |
return | void |
public SetTopComboBoxItem ( string displayString ) : void | ||
displayString | string | The string to display |
return | void |