ToolStripItem.TextImageRelation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値のいずれか 1 つ。 既定値は、ImageBeforeText です。
注釈
このプロパティを TextImageRelation 使用して、画像のテキスト ToolStripItemに対する相対的な配置を定義または決定します。 画像とテキストのどちらか一方または両方を持たない項目は、ToolStripItem によって欠落している要素の位置に空白が表示されないように、特殊なケースとして扱われます。