MobileForms Toolkit Documentation

ButtonCell Properties

The properties of the ButtonCell class are listed below. For a complete list of ButtonCell class members, see the ButtonCell Members topic.

Public Instance Properties

Anchor (inherited from Cell) Gets or sets the AnchorStyle of a cell.
AutoHeight (inherited from Cell) Determines whether cell changes height according to data.
AutoResizeImage Gets or sets whether to stretch the DefaultImage.
AutoTransparent Gets or sets autotransparency.
BackColor (inherited from Cell) Gets or sets the background color of a cell.
Border (inherited from Cell) Gets or sets the BorderType of a cell.
BorderColor Gets or sets the color of the button border.
Bounds (inherited from Cell) Gets or sets the bounds of a cell relative to displayed row.
ButtonStyle Gets or sets the button's type.
CellSource (inherited from Cell) Gets or sets the CellSource of a Cell.
CustomizeCell (inherited from Cell) Gets or sets the boolean value indicating whether cells can be customized during drawing of AdvancedList.
DesignName (inherited from Cell) Gets or sets the design-time name of the Cell.
ForeColor (inherited from Cell) Gets or sets the foreground color of a cell.
ImageAlignment Gets or sets the image alignment.
ImageDefault Gets or sets the default image of button cell.
ImageDefaultVGA Gets or sets the default image in VGA resolution of button cell.
ImageIndex Gets or sets image index for the cell.
ImageList Gets or sets the image list.
ImagePosition Gets or sets the image position in button.
ImagePressed Gets or sets the pressed image of button cell.
ImagePressedVGA Gets or sets the pressed image in VGA resolutin of button cell.
Item (inherited from Cell) Gets or sets the data for given cell on given cell index.
Location (inherited from Cell) 
Name (inherited from Cell) Gets or sets the name of the Cell.
Parent (inherited from Cell) Gets the reference to parent AdvancedList.
PressedBackColor Gets or sets the background color of the pressed button.
PressedBorderColor Gets or sets the color of the pressed button border.
PressedForeColor Gets or sets the foreground color of the pressed button.
Selectable (inherited from Cell) Gets or sets a value indicating whether the current cell can be selected.
Site (inherited from Component)Gets or sets the ISite of the Component.
Size (inherited from Cell) 
Text 
TextAlignment Gets or sets the text alignment.
TextFont Gets or sets the font for displaying the text.
TextPosition Gets or sets the text position in button.
TouchMargin Gets or sets the text touch margin of button in cell.
TransparentColor Gets or sets the transparent color.
Visible (inherited from Cell) 

Protected Instance Properties

CurrentRow (inherited from Cell) Gets During drawing contains the reference to current row.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Protected Internal Instance Properties

Customizing (inherited from Cell) Gets the value indicating wether the cell is currently customizing via CustomizeCell event.
Graphics (inherited from Cell) Gets the reference to current graphics to draw.
Owner (inherited from Cell) Gets or sets the RowTemplate, which owns the cell.
Pressed Used to store temporary information about button state

See Also

ButtonCell Class | Resco.Controls.AdvancedList Namespace