TcxEditRepositoryHyperLinkItem.Properties Property
Provides access to stored hyperlink editor settings.
Declaration
property Properties: TcxHyperLinkEditProperties read; write;
Property Value
Type | Description |
---|---|
TcxHyperLinkEditProperties | Stores hyperlink editor settings. |
Remarks
You can use Properties
.SingleClick and Properties
.StartKey properties to change hyperlink activation options. The Properties
.LinkColor property allows you to change the hyperlink color.
Refer to the TcxHyperLinkEditProperties class description for detailed information on all available options.
See Also