SubfileControl Properties

SubfileControl overview

Public Properties


public property AccessibleDescription
(inherited from Control)
Gets or sets the description of the control used by accessibility client applications.
public property AccessibleName
(inherited from Control)
Gets or sets the name of the control used by accessibility client applications.
public property AccessibleRole
(inherited from Control)
Gets or sets the accessible role of the control.
public property AllowDrop
(inherited from Control)
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
public property AllowSort Design-time only.  Sets a boolean value indicating if sorting on columns is allowed.
public property Anchor
(inherited from Control)
Gets or sets which edges of the control are anchored to the edges of its container.
public property BackColor
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the background color for the control.
public property BackgroundImage
(inherited from Control)
Gets or sets the background image displayed in the control.
public property Browse Run-time only.  Sets a indicator used to indicate if data in a subfile can be edited, or if it will be displayed without editing (read-only) in any of the Subfile cells, fields, or records.
public property CausesValidation
(inherited from Control)
Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
public property CellBackColor Run-time only.  Gets or sets the text background color for a cell in a Subfile.
public property CellBrowse Run-time only.  Gets or sets the browse state for data in an individual cell in a Subfile.
public property CellData Not implemented.
public property CellForeColor Run-time only.  Gets or sets the text foreground color for an individual cell in a Subfile.
public property CellValue Run-time only.  Gets the unformatted value of a Subfile cell.
public property Changed Run-time only.  Gets or sets a value indicating that user changes have been made to the contents of the subfile.
public property Column Run-time only.  Gets or sets the column of the active cell in the Subfile.
public property ColumnCount Run-time only.  Gets the number of columns in the Subfile.
public property ContextMenu
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the shortcut menu associated with the control.
public property Cursor
(inherited from Control)
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
public property Dock
(inherited from Control)
Gets or sets which edge of the parent container a control is docked to.
public property Enabled
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets a value indicating whether the control can respond to user interaction.
public property FieldBackColor Run-time only.  Gets or sets the text background color for a field (column) in a Subfile.
public property FieldBrowse Run-time only.  Gets or sets the a boolean value indicating the browse state for data in a field (column) in a Subfile.
public property FieldColumnHeading Run-time only.  Gets or sets the text to be displayed at the top of each column.
public property FieldColumnWidth Run-time only.  Gets or sets the width of the field column in the Subfile.
public property FieldForeColor Run-time only.  Gets or sets the text foreground color for a field (column) in a Subfile.
public property FieldHidden Run-time only.  Gets or sets a boolean value used to turn on and off the visibility of a field to a user.
public property Fields Run-time only.  The Fields property produces the SubfileField Collection Editor  dialog box to specify the fields, and set their properties, contained in the Subfile.
public property FirstRow Run-time only.  Gets or sets  the specified row displayed at the top of the Subfile.
public property Font
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the font of the text displayed by the control.
public property ForeColor
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the foreground color of the control.

FormatName

Run-time only.  Sets the name of the record format.
public property GridLineColor Run-time and run-time.  Gets or sets the color of the grid lines between cells of a Subfile.
public property ImeMode Gets or sets the Input Method Editor (IME) mode of the control.
public property KeyboardDeleteInsert Run-time only. Sets a boolean value that is used to determine if the user can use the Delete and Insert keys at run-time to delete and insert records.
public property Location
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
public property Name
(inherited from Control)
Gets or sets the name of the control.
public property RecordBackColor Run-time only.  Gets or sets the text background color for a record (row) in a Subfile.
public property RecordBrowse Run-time only.  Gets or sets the browse state for data in a record (row) in a Subfile.
public property RecordChanged Run-time only.  Gets or sets a boolean value indicating when the contents of a record have changed.
public property RecordForeColor Run-time only. Gets or sets the text foreground color for a record (row) in a Subfile.
public property RightToLeft
(inherited from Control)
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
public property Row Run-time only.  Gets or sets the Row of the active cell in the Subfile.
public property RowCount Run-time only.  Gets the current number of rows in the Subfile.
public property RowSelected Run-time only.  Gets or sets a boolean value indicating which row(s) the user has selected.
public property RRNName Run-time only.  Gets or sets the name of a field used as the relative record number.
public property SingleSelect Run-time only.  Sets a boolean value indicating whether the user can only select an individual cell, or both an individual cell and a range of cells (this is the default).
public property Size
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets the height and width of the control.
public property TabIndex
(inherited from Control)
Gets or sets the tab order of the control within its container.
public property TabStop
(inherited from Control)
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
public property Tag
(inherited from Control)
Gets or sets the object that contains data about the control.
public property UpperCaseOnly Run-time only.  Sets a boolean indicator whether to force the entry of UPPERCASE characters on a field.
public property Visible
(inherited from Control)
Supported by the .NET Compact Framework
Gets or sets a value indicating whether the control is displayed.
public property WholeRows Run-time only.  Sets a boolean value that indicates whether selection to an entire row occurs when an individual cell is selected.

See Also