PowerTools PlusPak for Windows Forms 8.0J
Tag プロパティ (SideButtonBase)

サイドボタンオブジェクトに関するデータを含むオブジェクトを取得または設定します。
構文
Public Property Tag As Object
public object Tag {get; set;}

プロパティ値

サイドボタンオブジェクトに関するデータを含む System.Object。デフォルト値は null 参照 (Visual Basicでは Nothing) です。
解説

System.Object クラスから派生した任意の型をこのプロパティに割り当てることができます。Tag プロパティが Windows Form デザイナを通じて設定される場合は、テキストのみを割り当てることができます。

Tag プロパティの一般的な使い方は、サイドボタンオブジェクトに密接に関連するデータを保持することです。

プラットフォーム

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

参照

SideButtonBase クラス
SideButtonBase メンバ

Send Feedback