TTMSFNCCustomWEBControlLinkKind Enumeration
Specifies the type of an HTML resource link injected into a web control's page.
API unit family: TMSFNCCustomWEBControl
Members
| Name | Description |
|---|---|
mlkLink |
An HTML <link> element, typically used for stylesheets or other external resources. |
mlkScript |
An HTML <script> element that references or embeds JavaScript. |
mlkStyle |
An HTML <style> element that embeds inline CSS rules. |