MobileForms Toolkit Documentation

DayCell Members

DayCell overview

Public Instance Constructors

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

Public Instance Properties

BackColor The background color of the day cell.
Date Determines the date of the day cell in the calendar.
Font The font used by the Text.
ForeColor The color used by the Text in the day cell.
Image The image in the day cell.
ImageAlignment The alignment of a Image in the days cell.
ImageAutoResize Indicates whether the Image should be resized/stretched to the size of the day cell.
ImageAutoTransparent Indicates whether pick ImageTransparentColor from first pixel in the Image, usually belonging to its border.
ImageTransparentColor The color in Image which will be transparent.
SelBackColor The background color of the selected day cell.
SelForeColor The color used by the Text in the selected day cell.
Tag Gets or sets the object that contains data about the DayCell.
Text The text to be shown in the day cell.
TextAlignment The alignment of the Text in the day cell.
TooltipBackColor The background color of the tooltip.
TooltipFont The font of the TooltipText.
TooltipForeColor The color of the TooltipText.
TooltipText The text to be shown in the tooltip.
Type Type of recurrection in the calendar. See BoldedDateType.

Public Instance Methods

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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DayCell Class | Resco.Controls.OutlookControls Namespace