View Single Post
  #60 (permalink)  
Old 01-13-2011, 11:01 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Code:
    Obj1.New1(False)
Obj2.New1(
False)
Obj3.New1(
False)
Obj1.FromControl(
"Button1")
Obj2.Value = Obj1.GetProperty(
"Font")
Obj3.Value = Obj2.GetProperty(
"Size")
Msgbox(Obj2.GetProperty("Size"))
Msgbox(Obj2.GetProperty("Name"))
Msgbox(Obj2.GetProperty("Style"))
Actually you can't do any more with a Font in the Compact Framework than is already exposed by the Control itself (Size) and the FormLib library (Name and Style).
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote