DLabelURL

From GMod Wiki

Jump to: navigation, search
Stub.pngThis article is a stub.
You can help the GMod Wiki by expanding it.
Derma Control: DLabelURL
Parent Class:DPanel
Subclasses:None
Description:
A DLabel which is underlined.

Examples

DescriptionCreate some underlined text displaying "I Love GMod"
Used onNewerClient.png
Code
// myParent = a panel
myLabel= vgui.Create("DLabelURL", myParent)
myLabel:SetText("I Love Gmod")
myLabel:SizeToContents() // make the control the same size as the text.
 
OutputI Love Gmod


Additional Notes

See also

DLabel

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox