【发布时间】:2012-03-27 21:11:38
【问题描述】:
我在我的网站上使用 RichTextBox。我只想在里面放一个我主页的描述文本。如何屏蔽文字输入?
这是我的代码:
<RichTextBox Name="RTBHome" TextWrapping="Wrap" Height="49" >
<Paragraph>
<Run Text="Welcome to FluxCatcher , want to get your tweet, the informations about our favourite website"/>
<LineBreak></LineBreak>
<Run Text="and so much more in the same page ? So let's subscribe now"/>
</Paragraph>
</RichTextBox>
【问题讨论】:
-
在这里发帖真的比先发到 Google 或 RTFM 更容易吗?