FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : GeneralEditor Class |
For a list of all members of this type, see GeneralEditor members.
Name | Description | |
---|---|---|
BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) | |
BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) | |
Clear | Removes all of the selected contents of the edit control. (Inherited from FarPoint.Win.SuperEditBase) | |
ClearAll | Removes all of the contents of the edit control. (Inherited from FarPoint.Win.SuperEditBase) | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) | |
Copy | Copies the selected text in the edit control to the Clipboard. (Inherited from FarPoint.Win.SuperEditBase) | |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) | |
CreateStringWithLiterals | Creates a string composed of literal characters. (Inherited from FarPoint.Win.SuperEditBase) | |
Cut | Cuts the selected contents in the edit control to the Clipboard. (Inherited from FarPoint.Win.SuperEditBase) | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) | |
FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) | |
Focus | Overloaded. Moves the focus to the control. (Inherited from FarPoint.Win.ElementControl) | |
GetCharIndexAtPoint | Calculates the character index at a specified point for the graphics object. (Inherited from FarPoint.Win.SuperEditBase) | |
GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) | |
GetControl | Gets the control. (Inherited from FarPoint.Win.ElementControl) | |
GetElementStyle | Gets the style for the element. (Inherited from FarPoint.Win.ElementControl) | |
GetFont | Gets the current font or the default font if no font is specified. (Inherited from FarPoint.Win.ElementControl) | |
GetLeftmostCharacters | Gets a specified number of characters, starting with the leftmost character. (Inherited from FarPoint.Win.SuperEditBase) | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) | |
GetRightmostCharacters | Gets a specified number of characters, starting with the rightmost character. (Inherited from FarPoint.Win.SuperEditBase) | |
Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) | |
Invalidate | Overloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control) | |
Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) | |
IsMouseOverButton | Gets whether the pointer is over a button in the edit control. (Inherited from FarPoint.Win.SuperEditBase) | |
IsNull | Gets whether the control contains a null value. (Inherited from FarPoint.Win.SuperEditBase) | |
IsValid | Gets whether the contents of the control are valid. (Inherited from FarPoint.Win.SuperEditBase) | |
OnAdvance | Raises the FarPoint.Win.SuperEditBase.Advance event. (Inherited from FarPoint.Win.SuperEditBase) | |
OnInvalidData | Raises the FarPoint.Win.SuperEditBase.InvalidData event. (Inherited from FarPoint.Win.SuperEditBase) | |
OnPaint | Overloaded. Raises the Paint event, which paints the edit control. (Inherited from FarPoint.Win.SuperEditBase) | |
OnPaintBackground | Overloaded. Paints the background of the element. (Inherited from FarPoint.Win.ElementControl) | |
OnUserError | Raises the FarPoint.Win.SuperEditBase.UserError event. (Inherited from FarPoint.Win.SuperEditBase) | |
Paste | Pastes the contents of the Clipboard into the edit control. (Inherited from FarPoint.Win.SuperEditBase) | |
PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) | |
PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) | |
Reset | Overridden. Resets the contents of the control to the default value. | |
ResetBackColor | Resets the background color to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetBorder | Resets the border to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetButtonColor | Resets the background color of the buttons in the control to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetButtonMarginColor | Resets the margin color between the button and the text in the edit control to its default color. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetFont | Resets the font of the control to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetForeColor | Resets the text color to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetInvalidColor | Resets the background color used for controls that contain invalid data to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetNullColor | Resets the background color used for controls that contain the null value to its default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResetPicture | Resets the picture for the control to its default value. (Inherited from FarPoint.Win.ElementControl) | |
ResetPictureTransparencyColor | Resets the picture transparency color to its default color. (Inherited from FarPoint.Win.ElementControl) | |
ResetPictureTransparencyTolerance | Resets the transparency tolerance for a picture in the element to its default value. (Inherited from FarPoint.Win.ElementControl) | |
ResetText | Resets the contents to the default value. (Inherited from FarPoint.Win.SuperEditBase) | |
ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
SelectAll | Selects the entire contents of the control. (Inherited from FarPoint.Win.SuperEditBase) | |
SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) | |
SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) | |
SetBounds | Overloaded. Sets the bounds of the element to the position and size of the bounding rectangle of the specified dimensions. (Inherited from FarPoint.Win.ElementControl) | |
SetElementStyle | Sets the style for the element. (Inherited from FarPoint.Win.ElementControl) | |
SetNull | Sets the contents of the control to the null value. (Inherited from FarPoint.Win.SuperEditBase) | |
SetToolTip | Sets the ToolTip text for embedded (inner child) controls. (Inherited from FarPoint.Win.SuperEditBase) | |
Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) | |
ShowSubEditor | Shows or hides the subeditor control associated with the cell. | |
SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Undo | Reverses the previous edit command. (Inherited from FarPoint.Win.SuperEditBase) | |
Update | Forces the control to repaint immediately any region that has become invalid. (Inherited from FarPoint.Win.ElementControl) |