PowerTools ActiveReports for .NET 9.0J
VerticalAlignment プロパティ (TextBox)
使用例 

コントロールの境界内におけるテキストの垂直方向の配置を取得または設定します。
構文
'宣言
 
Public Property VerticalAlignment As VerticalTextAlignment
public VerticalTextAlignment VerticalAlignment {get; set;}

プロパティ値

コントロールのテキストの垂直方向の配置を表すVerticalTextAlignment列挙値。デフォルトはVerticalTextAlignment.Topです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.TextBox1.VerticalAlignment = VerticalTextAlignment.Top;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.TextBox1.VerticalAlignment = VerticalTextAlignment.Top
End Sub
参照

関連項目

TextBox クラス
TextBox メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.