InPlaceStateChangeEventArgs.NewState 属性
获取输入面板要更改为的就地状态。
命名空间: Microsoft.Ink.TextInput
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public ReadOnly Property NewState As InPlaceState
用法
Dim instance As InPlaceStateChangeEventArgs
Dim value As InPlaceState
value = instance.NewState
public InPlaceState NewState { get; }
public:
property InPlaceState NewState {
InPlaceState get ();
}
/** @property */
public InPlaceState get_NewState()
public function get NewState () : InPlaceState
属性值
类型:Microsoft.Ink.TextInput.InPlaceState
输入面板要更改为的就地状态。
示例
此示例定义 InPlaceStateChanged 事件的事件处理程序,其中 NewState 值用于设置 TextBox (outputTextBox) 的 TextBox.Text 属性。
Sub tip_InPlaceStateChanged(ByVal sender As Object, ByVal e As InPlaceStateChangeEventArgs)
outputTextBox.Text += "In Place State Changed to " + e.NewState.ToString() + Environment.NewLine
End Sub
void tip_InPlaceStateChanged(object sender, InPlaceStateChangeEventArgs e)
{
outputTextBox.Text += "In Place State Changed to " + e.NewState + Environment.NewLine;
}
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0