Anchors |
Specifies how the component is anchored to its parent. |
AutoSize |
Specifies whether the component is automatically resized to display its entire contents. |
BeepOnEnter |
Specifies whether a beep sound is produced when the user presses Enter within the edit box. |
BiDiMode |
Specifies the bi-directional mode for the component. |
ChildControl |
Returns the child component by index. |
ChildControlByName |
Returns the child component by name. |
ChildControlCount |
Returns the total number of child components for the given component. |
ClientHeight |
Returns the height of the component’s client area. |
ClientWidth |
Returns the width of the component’s client area. |
Constraints |
Specifies the component’s size constraints. |
Cursor |
Specifies the cursor’s image when it is situated over the component. |
EditValue |
Gets or sets the component’s value. |
Enabled |
Specifies whether the component is enabled. |
Height |
Specifies the component’s height. |
Hint |
Specifies the text displayed when the cursor stays over the component. |
ImeMode |
Specifies the input method editor (IME) mode. |
ImeName |
Specifies the name of the input method editor (IME) used. |
Left |
Specifies the horizontal coordinate of the component’s left edge. |
Name |
Specifies the component’s name. |
ParentBiDiMode |
Specifies whether the component uses its parent’s BiDiMode . |
ParentColor |
Specifies whether the component uses the same background color as its parent. |
ParentFont |
Specifies whether the component uses the same font as its parent. |
ParentShowHint |
Specifies whether the component uses the parent’s ShowHint property value instead of its own. |
Properties |
Returns a TcxCurencyEditProperties object that contains specific properties of the TcxCurrencyEdit component. |
Property |
Obtains or sets the value of the property specified by its index. |
PropertyByName |
Obtains or sets the value of the property with the specified name. |
PropertyCount |
Returns the number of component properties. |
PropertyName |
Returns the property name by index. |
ShowHint |
Specifies whether to display the component’s hint. |
Style |
Specifies the style of the component. |
TabOrder |
Specifies the component’s tab index. |
TabStop |
Specifies whether the component can be selected by the Tab key. |
Top |
Specifies the vertical coordinate of the component’s top edge. |
Value |
Gets or sets the component’s value. |
Visible |
Specifies whether the component is visible on screen. |
Width |
Specifies the component’s width. |