TcxHyperLinkEdit.ActiveProperties Property
Provides access to the current appearance and behavior settings.
Declaration
property ActiveProperties: TcxHyperLinkEditProperties read;
Property Value
Type | Description |
---|---|
TcxHyperLinkEditProperties | Contains hyperlink editor appearance and behavior settings. |
Remarks
If the hyperlink editor has an assigned repository item, the ActiveProperties property returns properties of the repository item. Otherwise, the ActiveProperties property returns the editor’s Properties property value.
Refer to the TcxHyperLinkEditProperties class description for information on available options.
See Also