Where can I find the encoding of Unicode character icons? Which website or software can find the encoding of Unicode character icons?
Is Chr(0xE859) a Unicode character icon?
Is Chr(0xE859) a Unicode character icon?
CustomButton Class:
Public Sub Initialize (Callback As Object, EventName As String)
mEventName = EventName
mCallBack = Callback
mIcon = Chr(0xE859)
mText = "Test"
mTextColor = fx.Colors.Black
End Sub