CATextView(多行输入框)

2018-08-29 16:13 更新

类说明

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

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号