Could anyone possibly give me the equivalence to this in Visual Basic?
[SkinControlAttribute(1)] protected GUILabelControl lblText = null;
I have read and read on MSDN and have been unable to figure out how to call and specify a specific skin control. I realize that C# is preferred, but I'm trying to start off easy. Thanks in advance for any help you can give. Even a "go read this" would be great.
[SkinControlAttribute(1)] protected GUILabelControl lblText = null;
I have read and read on MSDN and have been unable to figure out how to call and specify a specific skin control. I realize that C# is preferred, but I'm trying to start off easy. Thanks in advance for any help you can give. Even a "go read this" would be great.