ToolStripItem.TextImageRelation プロパティ

定義

ToolStripItem のテキストとイメージの互いに相対的な位置を取得または設定します。

public:
 property System::Windows::Forms::TextImageRelation TextImageRelation { System::Windows::Forms::TextImageRelation get(); void set(System::Windows::Forms::TextImageRelation value); };
public System.Windows.Forms.TextImageRelation TextImageRelation { get; set; }
member this.TextImageRelation : System.Windows.Forms.TextImageRelation with get, set
Public Property TextImageRelation As TextImageRelation

プロパティ値

TextImageRelation

TextImageRelation 値のいずれか 1 つ。 既定値は、ImageBeforeText です。

注釈

このプロパティを TextImageRelation 使用して、画像のテキスト ToolStripItemに対する相対的な配置を定義または決定します。 画像とテキストのどちらか一方または両方を持たない項目は、ToolStripItem によって欠落している要素の位置に空白が表示されないように、特殊なケースとして扱われます。

適用対象