DTextEntry:GetCursorColor
Example
local TextEntry = vgui.Create( "DTextEntry" )
TextEntry:SetCursorColor( Color( 255, 0, 0, 255 ))
PrintTable( TextEntry:GetCursorColor() )
Output: Prints the R, G, B and A of the cursor color.
Render Time: 28ms
DB GetPage | 3 |
Generate Html | 3 |
SaveChanges (1) | 13 |
Render Body | 0 |
Render Sidebar | 6 |