MobileForms Toolkit Documentation

ItemTouchTimeSpan Members

ItemTouchTimeSpan overview

Public Instance Constructors

ItemTouchTimeSpan Overloaded. Initializes a new instance of the ItemTouchTimeSpan class.

Public Instance Properties

AllowNoneTime (inherited from ItemTimeSpan) Gets or sets a value indicating whether the None is displayed in Time Picker.
AutoHeight (inherited from Item) 
BindingContext (inherited from Item) Gets or sets the BindingContext for the item.
Control (inherited from ItemTimeSpan) Get DateTimePickerEx control.
DataMember (inherited from Item) Gets or sets the data member the item is bound to.
DisabledEvents (inherited from Item) Gets or sets boolean of Events status.
DroppedDown (inherited from ItemTimeSpan) Gets or sets boolean value indicating whether calendar part is dropped down.
EditValue (inherited from Item) 
Enabled (inherited from Item) Gets or sets a value indicating whether the Item can respond to user interaction.
ErrorBackground (inherited from Item) Get or sets whether the error color will be used as background color.
ErrorColor (inherited from Item) Get or sets the error background color of the text.
ErrorMessage (inherited from Item) Gets or sets the error message on Item.
Format (inherited from ItemTimeSpan) Gets or sets the format of the time displayed in the control.
Height (inherited from Item) Gets or sets the height of the Item.
Index (inherited from Item) Gets the index of the Item in the DetailView's item collection.
ItemBorder (inherited from Item) Gets or sets the item border style.
ItemHeight (inherited from Item) Gets the whole height of the Item, including the label height.
ItemWidth (inherited from Item) Gets or sets the width of the Item.
Label (inherited from Item) Get or sets the label associated with Item.
LabelAlignment (inherited from Item) Gets or sets how label is aligned in an Item.
LabelAutoHeight (inherited from Item) 
LabelBackColor (inherited from Item) Gets or sets the background color for the label.
LabelFont (inherited from Item) Gets or sets the font of the label displayed by the Item.
LabelForeColor (inherited from Item) Get or sets the foreground color of the label.
LabelHeight (inherited from Item) Gets or sets the label height of the Item.
LabelToolTip (inherited from Item) Gets or sets the whether the label should show tooltip if text does not fit.
LabelWidth (inherited from Item) Gets or sets the label width of the Item.
LineAlign (inherited from Item) 
Name (inherited from Item) Gets or sets the name of the Item.
NewLine (inherited from Item) Gets or sets the Item display on new line.
NoneText (inherited from ItemTimeSpan) Gets or sets the none text for ItemTimeSpan
Parent (inherited from Item) Parent control.
RoundedCorner (inherited from Item) Gets or sets the corners which will be rounded.
ShowDropDown (inherited from ItemTimeSpan) 
ShowTimeNone 
ShowTimeUpDown 
Site (inherited from Item) 
Style (inherited from Item) Gets or sets the style of the item.
Tag (inherited from Item) Gets or sets the object that contains data about the control.
Text (inherited from ItemTimeSpan) Gets or sets the formated time string of the ItemTimeSpan.
TextAlign (inherited from Item) Gets or sets how text is aligned in the text part of the Item.
TextBackColor (inherited from Item) Get or sets the background color of the text.
TextFont (inherited from Item) Gets or sets the font of the text displayed by the Item.
TextForeColor (inherited from Item) Get or sets the foreground color of the text.
TimePickerEndTime (inherited from ItemTimeSpan) Gets or sets the end time of time picker.
TimePickerMinuteInterval (inherited from ItemTimeSpan) Gets or sets the time interval of time picker.
TimePickerStartTime (inherited from ItemTimeSpan) Gets or sets the start time of time picker.
TimeSpan (inherited from ItemTimeSpan) Gets or sets the TimeSpan value of the item.
Value (inherited from ItemTimeSpan) Gets or sets the object of the Time picker Item.
Visible (inherited from Item) Gets or sets the Item visibility.

Public Instance Methods

ClearContents (inherited from Item) Resets the data in the item to default value (null).
Clone (inherited from ItemTimeSpan) Creates a deep copy of the ItemDateTime.
Dispose (inherited from Item) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
MeasureTextSize (inherited from Item) 
OnClicked (inherited from Item) Raises the Clicked event.
OnGotFocus (inherited from Item) Raises the ItemGotFocus event.
OnChanged (inherited from Item) Raises the Changed event.
OnLabelClicked (inherited from Item) Raises the LabelClicked event.
OnLostFocus (inherited from Item) Raises the ItemLostFocus event.
SetFocus (inherited from Item) This function activate item and sets the keyboard focus to the specified item. All subsequent keyboard input is directed to this item. The item, if any, that previously had the keyboard focus loses it.
ToString (inherited from ItemTimeSpan) Returns a String that represents the current Object.

Public Instance Events

Clicked (inherited from Item) Clicked event fires when the item is clicked.
Disposed (inherited from Item) 
GotFocus (inherited from Item) GotFocus event fires when item got focus (was selected).
Changed (inherited from Item) Changed event fires when the value or text of the item has changed.
LabelClicked (inherited from Item) LabelClicked event fires when the label is clicked.
LostFocus (inherited from Item) LostFocus event fires when iten lost focus (was deselected).
Validating (inherited from Item) Validating event fires before before the text or value of the item is changed.

Protected Instance Fields

AutoScaleFactor (inherited from Item) 
m_Text (inherited from Item) Text of the Item.
m_Value (inherited from Item) Value of the Item.

Protected Instance Methods

Click (inherited from ItemTimeSpan) Occurs when the Item is clicked.
DefaultDraw (inherited from Item) Default draw item method.
Draw (inherited from Item) Occurs when the Item is redrawn.
DrawAlignmentString (inherited from Item)Overloaded. Backward compatibility overload. Does not wrap text.
DrawBackground (inherited from Item)Overloaded. Draws background of an Item.
DrawItemLabelArea (inherited from Item) Draws the label area of the Item.
DrawItemTextArea (inherited from ItemTimeSpan) Draws the text area of the Item.
DrawRoundedRectangle (inherited from Item) 
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FormatValue (inherited from Item) Converts the new proposed value to the text.
GetActiveLabelWidth (inherited from Item) Used by LabelAutoHeight to obtain current label width.
GetActivePartBounds (inherited from Item) Get active part bounds.
GetActiveWidth (inherited from Item) Used by AutoHeight to obtain current item width.
GetLabelBounds (inherited from Item) Get label bounds.
GetMinimumHeight (inherited from Item) 
GetTextBackColor (inherited from Item) Returns actual text backcolor.
GetTextForeBrush (inherited from Item) Returns brush for actual text forecolor.
GetTextForeColor (inherited from Item) Returns actual text forecolor.
Hide (inherited from ItemTimeSpan) Hide item control.
InvokeAddEvent (inherited from Item) 
InvokeGetProperty (inherited from Item) 
InvokeMethod (inherited from Item) 
InvokeRemoveEvent (inherited from Item) 
InvokeSetProperty (inherited from Item) 
LabelClick (inherited from Item) Occurs when the Label is clicked.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
MouseDown (inherited from Item) Occurs when the mouse button is hold down in the area of the Item.
MouseUp (inherited from Item) Occurs when the mouse button is released in the area of the Item.
MoveTop (inherited from ItemTimeSpan) Move verticaly custom control.
OnClick (inherited from Item) 
OnLabelClick (inherited from Item) 
OnPropertyChanged (inherited from Item) Refreshes the parent DetailView when some property of the Item was changed.
OnValidating (inherited from Item) Fires the Validating event.
Parse (inherited from Item) Parses the new proposed text to get the new value for the control.
SetProperty (inherited from Item) 
SetText (inherited from Item) Sets the text for the Item.
SetValue (inherited from Item) Sets the value for the Item.
ShouldSerializeErrorBackground (inherited from Item) Indicates whether the ItemBorder property should be persisted.
ShouldSerializeItemBorder (inherited from Item) Indicates whether the ItemBorder property should be persisted.
ShouldSerializeLabelHeight (inherited from Item) Indicates whether the LabelHeight property should be persisted.
ShouldSerializeLineAlign (inherited from Item) Indicates whether the LineAlign property should be persisted.
ShouldSerializeRoundedCorner (inherited from Item) Indicates whether the Style property should be persisted.
ShouldSerializeStyle (inherited from Item) Indicates whether the Style property should be persisted.
ShouldSerializeTag (inherited from Item) Indicates whether the Tag property should be persisted.
ShouldSerializeTimePickerEndTime (inherited from ItemTimeSpan) Indicates whether the TimePickerEndTime property should be persisted.
ShouldSerializeTimePickerStartTime (inherited from ItemTimeSpan) Indicates whether the TimePickerStartTime property should be persisted.
ShouldSerializeTimeSpan (inherited from ItemTimeSpan) 
UpdateControl (inherited from ItemTimeSpan) Update custom control.

Protected Internal Instance Properties

InternalLabelWidth (inherited from Item) Gets actual label width for the item.

Protected Internal Instance Methods

HandleKey (inherited from ItemTimeSpan) 
HandleKeyUp (inherited from ItemTimeSpan) 
ScaleItem (inherited from Item) Scale the item.

See Also

ItemTouchTimeSpan Class | Resco.Controls.DetailView Namespace