ToolStripItem.RightToLeftAutoMirrorImage プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ToolStripItem.RightToLeftAutoMirrorImage プロパティの意味・解説 

ToolStripItem.RightToLeftAutoMirrorImage プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

RightToLeft プロパティが Yes に設定されている場合、ToolStripItem イメージ自動的に反映します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

<LocalizableAttribute(True)> _
Public Property RightToLeftAutoMirrorImage
 As Boolean
Dim instance As ToolStripItem
Dim value As Boolean

value = instance.RightToLeftAutoMirrorImage

instance.RightToLeftAutoMirrorImage = value
[LocalizableAttribute(true)] 
public bool RightToLeftAutoMirrorImage { get;
 set; }
[LocalizableAttribute(true)] 
public:
property bool RightToLeftAutoMirrorImage {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_RightToLeftAutoMirrorImage ()

/** @property */
public void set_RightToLeftAutoMirrorImage
 (boolean value)
public function get RightToLeftAutoMirrorImage
 () : boolean

public function set RightToLeftAutoMirrorImage
 (value : boolean)

プロパティ
イメージ自動的に反映する場合trueそれ以外場合false既定値false です。

使用例使用例

ToolStripItem対しRightToLeftAutoMirrorImage プロパティなど、共通のプロパティ設定するための構文次のコード例示します

' 
toolStripStatusLabel1.BorderSides = CType(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left
 Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top
 Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom, System.Windows.Forms.ToolStripStatusLabelBorderSides)
toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised
toolStripStatusLabel1.IsLink = True
toolStripStatusLabel1.Name = "toolStripStatusLabel1"
toolStripStatusLabel1.Size = New System.Drawing.Size(246, 20)
toolStripStatusLabel1.Spring = True
toolStripStatusLabel1.Text = "toolStripStatusLabel1"
toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left
// 
toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left
 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
toolStripStatusLabel1.IsLink = true;
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
toolStripStatusLabel1.Size = new System.Drawing.Size(246, 20);
toolStripStatusLabel1.Spring = true;
toolStripStatusLabel1.Text = "toolStripStatusLabel1";
toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left;
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ToolStripItem.RightToLeftAutoMirrorImage プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ToolStripItem.RightToLeftAutoMirrorImage プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS