The SalQuickToolTipTableWindow type exposes the following members.

Properties

  NameDescription
Public propertyAllowAutoEditing
Enables/Disables AutoEditing mode. When this mode is on, the grid automatically enters edit mode when a cell is selected.
(Inherited from SalFormTableWindow.)
Public propertyAllowRowSizing
Allow row sizing.
(Inherited from SalFormTableWindow.)
Public propertyAllowSorting
Enables/Disables automatic sorting on table columns.
(Inherited from SalFormTableWindow.)
Public propertyAutoScaleBaseDpi
Returns/Sets the DPI used to design this form. This is the base DPI scale and it will be used to scale the form.
(Inherited from SalForm.)
Public propertyColumns
Returns the collection of columns.
(Inherited from SalFormTableWindow.)
Protected propertyCreateParams
Overrides the CreateParams property to ensure that the correct Windows style is used when the form is a child form and the border is the FixedSingle border.
(Inherited from SalForm.)
Public propertyDesignTimeClientRectangle
Gets the designtime client rectrangle
(Inherited from SalForm.)
Public propertyDesignTimeFont Obsolete. (Inherited from SalForm.)
Public propertyDesignTimeSize (Inherited from SalForm.)
Public propertyExtendLastColumn
Enables/Disables the extension of the last column to fill the grid.
(Inherited from SalFormTableWindow.)
Public propertyIcon
Overrides the default Image property.
(Inherited from SalFormTableWindow.)
Public propertyIconName
Icon name. The image is loaded from the embedded resources.
(Inherited from SalForm.)
Public propertyItem
Returns the table column object at the specified position. The position is 1-based.
(Inherited from SalFormTableWindow.)
Public propertyLinesPerRow
Number of lines per row.
(Inherited from SalFormTableWindow.)
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalForm.)
Public propertyReadOnly
Returns/Sets the ReadOnly flag. When the ReadOnly flag is true the entire TableWindow control cannot be edited. However, the Mouse, scrolling and the Keyboard are still active.
(Inherited from SalFormTableWindow.)
Public propertyShowCellLabels
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
(Inherited from SalFormTableWindow.)
Public propertyShowCursor
Enables/Disables the arrow icon on the current row.
(Inherited from SalFormTableWindow.)
Public propertyShowFocusRow
Enables/Disables the focus frame around the current row.
(Inherited from SalFormTableWindow.)
Public propertyTableWindow
Returns the internal table window control.
(Inherited from SalFormTableWindow.)
Public propertyTooltipStatus
Multiple Inheritance: Wrapper property.
Public propertyTooltipText
Multiple Inheritance: Wrapper property.
Public propertyTrimming
Defines how to trim the content that doesn't fit the width of the cell.
(Inherited from SalFormTableWindow.)
Public propertyUseIFSThemeing
Gets or sets a value indication whether this window and it's child controls should be themed and custom painted or not. Note: Themeing of child controls is not controlled by this class, it simply provides information that child controls are expected to use in determining whether to theme themselves or not.
(Inherited from SalForm.)
Public propertyUseVisualStyles
Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer.
(Inherited from SalFormTableWindow.)

See Also