DTextEntry:GetCursorColor
Description
Returns the cursor color of a DTextEntry.
Returns
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.