RTLAwareMessageBox クラス

定義

テキスト、ボタン、およびユーザーに通知する記号を含めることができるメッセージ ボックスです。

public ref class RTLAwareMessageBox sealed
public sealed class RTLAwareMessageBox
type RTLAwareMessageBox = class
Public NotInheritable Class RTLAwareMessageBox
継承
RTLAwareMessageBox

注釈

この DLL のリソースが右から左へ記述する言語にローカライズされている場合、このメッセージ ボックスは右から左に記述されます。

コンストラクター

RTLAwareMessageBox()

RTLAwareMessageBox クラスの新しいインスタンスを初期化します。

プロパティ

IsRTLResources

RTLAwareMessageBox オブジェクトが右から左のリソースを使用するかどうかを決定します。

メソッド

Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)

指定したテキスト、キャプション、およびスタイルを含むメッセージ ボックスを表示します。 この DLL のリソースが右から左へ記述する言語にローカライズされている場合、ダイアログを右から左への記述にします。

適用対象