• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

CATextView(多行输入框)

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

类说明

CATextView是多行输入框,其主要用法和CATextField相似。


CATextView 属性 (点击属性名可查看属性介绍)

属性说明
TextFontSizeTextView的字体大小
TextTextView的文本内容
TextColorTextView的文字颜色
DelegateTextView绑定Delegate
TextViewAlignTextView的文本对齐方式
ReturnTypeTextView的确认键类型


CATextView 方法 (点击方法名可查看方法介绍)

方法说明
setBackGroundImage背景图像
resignFirstResponder隐藏键盘第一响应者状态
becomeFirstResponder弹出键盘第一响应者状态
createWithFrame创建一个CATextView,并指定其Frame
createWithCenter创建一个CATextView,并指定其Center


CATextView 属性介绍            

TextFontSize

类型:int

解释:设置TextView的字体大小。set/get{}。


Text

类型:std::string

解释:设置TextView的文本内容。set/get{}。


TextColor

类型:CAColor4B

解释:设置TextView的文字颜色。set/get{}。


Delegate

类型:CATextViewDelegate*

解释:TextView绑定Delegate。set/get{}。


TextViewAlign

类型:TextViewAlign

解释:TextView的文本对齐方式。set/get{}。


ReturnType

类型:ReturnType

解释:TextView的确认键类型。set/get{}。


CATextView 方法介绍    

void setBackGroundImage(CAImage* image);

返回值:void

参数:

类型参数名说明
CAImage* image图像

解释:设置输入框背景图片



virtual bool resignFirstResponder();

返回值:bool

参数:

解释:隐藏键盘第一响应者状态


virtual bool becomeFirstResponder();

返回值:bool

参数:

解释:弹出键盘第一响应者状态


static CATextView* createWithFrame(const DRect& rect);

返回值:CATextView*

参数:

类型参数名说明
const DRect&rect区域大小

解释:创建,并指定其Frame


static CATextView* createWithCenter(const DRect& rect);

返回值:CATextView*

参数:

类型参数名说明
const DRect&rect中心点的位置及大小

解释:创建,并指定其Center


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
CATextViewDelegate发布时间:2022-02-02
下一篇:
CAButton(按钮)发布时间:2022-02-02
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap