Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Basic Express 2010 で "object.LEFT" を呼び出したときに計算されるものは何なのか知りたいです。
よろしくお願いします!^^
object.leftコントロールの親コンテナーからの相対距離 (ピクセル単位) を指定するコントロールのプロパティです。
object.left
例: にobject.left設定した場合50、コンテナーの左側から 50 ピクセルの位置にコントロールがプッシュされます (つまり、FormWinForms 開発またはPageASP.NET 開発で)。
50
Form
Page