FlatEdit Control Members
See Also
FlatEdit Overview | EditAlignment Enumeration

FlatEdit Control Members
Public Methods
| Method | Description |
|---|---|
AboutBox |
Displays a dialog box that specifies the current version of the control. |
OLEDrag |
Causes a component to initiate an OLE drag/drop operation. |
SetMask |
Applies the specified mask to data in the control. |
Text |
Gets or sets the text contained in the control. |
Public Properties
| Property | Description |
|---|---|
Alignment |
Gets or sets the alignment of text inside the Flat Edit control. |
Appearance |
Gets or sets the paint style of the control. |
BackColor |
Gets or sets the background color of the control. |
ControlToolTip |
Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this item. |
Enabled |
Gets or sets whether this control is enabled. |
FlatStyle |
Gets or sets a value that determines whether the Flat Edit control will use the "Flat" style seen in many Microsoft Office products. |
Font |
Gets or sets the font that will be used to display the text for the control. |
ForeColor |
Gets or sets the foreground color used to display text in the control. |
HideSelection |
Specifies whether the selection in the Flat Edit control is hidden when the control loses focus. |
hWnd |
Gets the window handle that the control is bound to. |
IsValid |
Checks to see if the text entered matches the specified pattern. |
Locked |
Gets or sets whether a control can be edited. |
MaskedText |
Gets or sets the masked text. |
MaxLength |
Gets or sets the maximum number of characters that can be entered in the edit control. |
MultiLine |
Gets or sets a value that determines whether a control can accept multiple lines of text. |
OLEDragMode |
Returns or sets whether the component or the programmer handles an OLE drag/drop operation. |
OLEDropMode |
Returns or sets how a target component handles drop operations. |
PasswordChar |
Gets or sets a value that determines whether characters typed by a user or placeholder characters are displayed in the Flat Edit control. |
Pattern |
Gets or sets the regular expression for the FlatEdit control. |
ReCreateReparented |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
RightToLeft |
Gets or sets a value indicating whether the Flat Edit control has vertical or horizontal scroll bars. |
ScrollBars |
Gets or sets the number of characters selected in the edit box. |
SelLength |
Gets or sets the starting point of text selected in the edit box. |
SelStart |
Gets or sets the selected text within the edit control. |
ShowBorder |
Specifies whether to display a border around the edge of the control. |
Text |
Gets or sets the text contained in the control. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
Transparent |
Determines if the background of a control is drawn using visual styles/SkinFramework, if supported. |
UpdateBackColorOnAppearanceChange |
|
UpdateForeColorOnAppearanceChange |
|
UseVisualStyle |
Events
| Event | Description |
|---|---|
Change |
Occurs when the contents of the edit control have changed. |
Click |
Occurs when the user presses and then releases a mouse button over the control. |
DblClick |
Occurs when the user presses and releases a mouse button and then presses and releases it again over the flat edit control. |
KeyDown |
Occurs when the user presses a key while a control has the focus. |
KeyPress |
Occurs when the user presses and releases an ANSI key. |
KeyUp |
Occurs when the user releases a key while a control has the focus. |
MouseDown |
Occurs when the user presses a mouse button. |
MouseMove |
Occurs when the user moves the mouse. |
MouseUp |
Occurs when the user releases a mouse button. |
OLECompleteDrag |
Occurs when a source component is dropped onto a target component, informing the source component that a drag action was either performed or canceled. |
OLEDragDrop |
Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur. |
OLEDragOver |
Occurs when one component is dragged over another. |
OLEGiveFeedback |
Occurs after every OLEDragOver event, allowing the source control to provide visual feedback to the user. |
OLESetData |
Occurs on a source component when a target component performs the GetData method on the source’s DataObject object. |
OLEStartDrag |
Occurs when a component's OLEDrag method is performed. |
ReCreated |
See Also
FlatEdit Overview | EditAlignment Enumeration
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.


