DLabelURL

From GMod Wiki

Revision as of 15:29, 9 August 2010 by TJjokerR (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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