DockCommandCreateElement Method |
Creates an HtmlAnchor control with applied CssClass and Title
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Control CreateElement()
Public Overridable Function CreateElement As Control
public:
virtual Control^ CreateElement()
abstract CreateElement : unit -> Control
override CreateElement : unit -> Control
Return Value
Type:
ControlAn HtmlAnchor control
See Also