PowerTools CalendarGrid for Windows Forms 1.0J
Text プロパティ (GcTextBox)

このコントロールに関連付けられたテキストを取得または設定します。
構文
Public Overrides Property Text As String
public override string Text {get; set;}

プロパティ値

このコントロールに関連付けられたテキスト。
既定値は System.String.Empty です。
解説
GcTextBox に複数行のテキストを表示するには、Multiline プロパティを true に設定します。複数行 GcTextBox のテキストを取得または設定するには、Lines プロパティを使用します。コントロールに入力できるテキストの文字数は、使用可能なシステムメモリの量によってのみ制限を受けます。
参照

GcTextBox クラス
GcTextBox メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.