Skip to content

FlatEdit Control Members

See Also

FlatEdit Overview | EditAlignment Enumeration

See Also


FlatEdit Control Members

Public Methods

Method Description
Public MethodAboutBox Displays a dialog box that specifies the current version of the control.
Public MethodOLEDrag Causes a component to initiate an OLE drag/drop operation.
Public MethodSetMask Applies the specified mask to data in the control.
Public MethodText Gets or sets the text contained in the control.

Public Properties

Property Description
Public PropertyAlignment Gets or sets the alignment of text inside the Flat Edit control.
Public PropertyAppearance Gets or sets the paint style of the control.
Public PropertyBackColor Gets or sets the background color of the control.
Public PropertyControlToolTip Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this item.
Public PropertyEnabled Gets or sets whether this control is enabled.
Public PropertyFlatStyle Gets or sets a value that determines whether the Flat Edit control will use the "Flat" style seen in many Microsoft Office products.
Public PropertyFont Gets or sets the font that will be used to display the text for the control.
Public PropertyForeColor Gets or sets the foreground color used to display text in the control.
Public PropertyHideSelection Specifies whether the selection in the Flat Edit control is hidden when the control loses focus.
Public PropertyhWnd Gets the window handle that the control is bound to.
Public PropertyIsValid Checks to see if the text entered matches the specified pattern.
Public PropertyLocked Gets or sets whether a control can be edited.
Public PropertyMaskedText Gets or sets the masked text.
Public PropertyMaxLength Gets or sets the maximum number of characters that can be entered in the edit control.
Public PropertyMultiLine Gets or sets a value that determines whether a control can accept multiple lines of text.
Public PropertyOLEDragMode Returns or sets whether the component or the programmer handles an OLE drag/drop operation.
Public PropertyOLEDropMode Returns or sets how a target component handles drop operations.
Public PropertyPasswordChar Gets or sets a value that determines whether characters typed by a user or placeholder characters are displayed in the Flat Edit control.
Public PropertyPattern Gets or sets the regular expression for the FlatEdit control.
Public PropertyReCreateReparented Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts.
Public PropertyRightToLeft Gets or sets a value indicating whether the Flat Edit control has vertical or horizontal scroll bars.
Public PropertyScrollBars Gets or sets the number of characters selected in the edit box.
Public PropertySelLength Gets or sets the starting point of text selected in the edit box.
Public PropertySelStart Gets or sets the selected text within the edit control.
Public PropertyShowBorder Specifies whether to display a border around the edge of the control.
Public PropertyText Gets or sets the text contained in the control.
Public PropertyToolTipContext Represents the tool tip window that is used to display tool tips.
Public PropertyTransparent Determines if the background of a control is drawn using visual styles/SkinFramework, if supported.
Public PropertyUpdateBackColorOnAppearanceChange
Public PropertyUpdateForeColorOnAppearanceChange
Public PropertyUseVisualStyle

Events

Event Description
Public EventChange Occurs when the contents of the edit control have changed.
Public EventClick Occurs when the user presses and then releases a mouse button over the control.
Public EventDblClick Occurs when the user presses and releases a mouse button and then presses and releases it again over the flat edit control.
Public EventKeyDown Occurs when the user presses a key while a control has the focus.
Public EventKeyPress Occurs when the user presses and releases an ANSI key.
Public EventKeyUp Occurs when the user releases a key while a control has the focus.
Public EventMouseDown Occurs when the user presses a mouse button.
Public EventMouseMove Occurs when the user moves the mouse.
Public EventMouseUp Occurs when the user releases a mouse button.
Public EventOLECompleteDrag Occurs when a source component is dropped onto a target component, informing the source component that a drag action was either performed or canceled.
Public EventOLEDragDrop Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur.
Public EventOLEDragOver Occurs when one component is dragged over another.
Public EventOLEGiveFeedback Occurs after every OLEDragOver event, allowing the source control to provide visual feedback to the user.
Public EventOLESetData Occurs on a source component when a target component performs the GetData method on the source’s DataObject object.
Public EventOLEStartDrag Occurs when a component's OLEDrag method is performed.
Public EventReCreated

See Also

FlatEdit Overview | EditAlignment Enumeration


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.