TextBox.BackStyle消失了? [英] TextBox.BackStyle gone?

查看:76
本文介绍了TextBox.BackStyle消失了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我没有在VS 2017中找到TextBox的BackStyle属性,但它在VB6中找不到。 

I did not find the BackStyle property of TextBox in VS 2017, but it has in VB6. 

I不明白,一个有用的财产刚刚消失。

I do not understand, a useful property just gone.

有人对此有任何想法吗?

someone has any idea about that?

或任何官方解释? 

or any official explanation ? 

我有截图但无法附上..

I have screenshot but unable to attach..

谢谢 

 

推荐答案

您好

以下是一些可能有所帮助。

Here are just a few that may help.

    With TextBox1
      .BackColor = Color.LightBlue
      .ForeColor = Color.DarkBlue
      .BorderStyle = BorderStyle.Fixed3D
      .Font = New Font("Arial", 12, FontStyle.Bold)
      .Text = "hello there!"
      .Width = 160
      .TextAlign = HorizontalAlignment.Right
      .Location = New Point(30, 30)
    End With


这篇关于TextBox.BackStyle消失了?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆