在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
类说明 CATextView是多行输入框,其主要用法和CATextField相似。 CATextView 属性 (点击属性名可查看属性介绍)
CATextView 方法 (点击方法名可查看方法介绍)
CATextView 属性介绍 类型:int 解释:设置TextView的字体大小。set/get{}。 类型:std::string 解释:设置TextView的文本内容。set/get{}。 类型:CAColor4B 解释:设置TextView的文字颜色。set/get{}。 类型:CATextViewDelegate* 解释:TextView绑定Delegate。set/get{}。 类型:TextViewAlign 解释:TextView的文本对齐方式。set/get{}。 类型:ReturnType 解释:TextView的确认键类型。set/get{}。 CATextView 方法介绍 void setBackGroundImage(CAImage* image); 返回值:void 参数:
解释:设置输入框背景图片 virtual bool resignFirstResponder(); 返回值:bool 参数: 解释:隐藏键盘第一响应者状态 virtual bool becomeFirstResponder(); 返回值:bool 参数: 解释:弹出键盘第一响应者状态 static CATextView* createWithFrame(const DRect& rect); 返回值:CATextView* 参数:
解释:创建,并指定其Frame static CATextView* createWithCenter(const DRect& rect); 返回值:CATextView* 参数:
解释:创建,并指定其Center |
请发表评论