PowerTools PlusPak for Windows Forms 8.0J
SetCaptionText メソッド

キャプションのテキストを関連付けるSystem.Windows.Forms.Control
コントロールの横に表示するキャプションのテキスト。
指定したコントロールにキャプションのテキストを関連付けます。
構文
Public Overridable Sub SetCaptionText( _
   ByVal control As Control, _
   ByVal captionText As String _
) 
public virtual void SetCaptionText( 
   Control control,
   string captionText
)

パラメータ

control
キャプションのテキストを関連付けるSystem.Windows.Forms.Control
captionText
コントロールの横に表示するキャプションのテキスト。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcContainer クラス
GcContainer メンバ

Send Feedback