Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font properties for RTF olecontrol
Message
 
 
To
16/07/2006 13:43:40
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01136777
Message ID:
01136806
Views:
10
>Hi Sergey, thanks for the reply.
>
>
>>WITH Thisform.oRtf.Object.Font
>>  .Name = "Tahoma"
>>  .Size = 10
>>  .Italic = .T.
>>  ...
>>ENDWITH
>
>
>That's what I needed. As they are not listed on the properties sheet, do you know where I can get a list of all the oRTF object properties?
>

Hi Alan,

All RTF properties are shown in the VFP Properties Sheet but some of them can only be set from RichtextCtrl Properties. If help for RTF control is installed, you can acces it from the right click on the control in the designer. The name of the help is RtfBox98.CHM/CHI. I can email it to you if you provide an email address.
You can use IntelliSense to see what properties Font object has
...
oFont = Thisform.oRtf.Object.Font
SUSPEND
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform