ToolboxItemWrapper.BitmapName プロパティ

定義

ビットマップ名を取得または設定します。

public:
 property System::String ^ BitmapName { System::String ^ get(); void set(System::String ^ value); };
public string BitmapName { get; set; }
member this.BitmapName : string with get, set
Public Property BitmapName As String

プロパティ値

ビットマップ名。

注釈

ビットマップ名が変更されると、プロパティ値が変更されたことを示すイベントが発生します。 この設定操作はべき等であるため、アセンブリ名を既に格納されている値に設定しても、何も変更されません。

適用対象