PenInputPanelChangedEventArgs 建構函式
初始化 PenInputPanelChangedEventArgs 類別的新執行個體。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Sub New ( _
newPanelType As PanelType _
)
'用途
Dim newPanelType As PanelType
Dim instance As New PenInputPanelChangedEventArgs(newPanelType)
public PenInputPanelChangedEventArgs(
PanelType newPanelType
)
public:
PenInputPanelChangedEventArgs(
PanelType newPanelType
)
public PenInputPanelChangedEventArgs(
PanelType newPanelType
)
public function PenInputPanelChangedEventArgs(
newPanelType : PanelType
)
參數
- newPanelType
型別:Microsoft.Ink.PanelType
PanelType 列舉型別的成員,表示 PenInputPanel 物件變更後的面板類型。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0
請參閱
參考
PenInputPanelChangedEventArgs 類別