リサイズはクリックかドラッグ

GcImeManagerGetAllowSaveImeStatus メソッド

指定した要素の AllowSaveImeStatus 添付プロパティの値を返します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public static bool GetAllowSaveImeStatus(
	DependencyObject element
)

パラメーター

element
型: System.WindowsDependencyObject
AllowSaveImeStatusProperty の値を取得する要素。

戻り値

型: Boolean
指定した要素の現在の AllowSaveImeStatus を指定する Boolean 値。
例外
例外条件
ArgumentNullExceptionelement です。
ArgumentExceptionelement の型は UIElementContentElementUIElement3D のいずれかである必要があります。
関連項目