Revision Difference
DComboBox:GetSelected#554067
<function name="GetSelected" parent="DComboBox" type="panelfunc">
<ispanel>yes</ispanel>⤶
<description>Returns the currently selected option's text and data</description>
<realm>Client and Menu</realm>
<file line="116-L122">lua/vgui/dcombobox.lua</file>
<rets>
<ret name="" type="string">The option's text value.</ret>
<ret name="" type="any">The option's stored data.</ret>
</rets>
</function>