LostFocusEventArgs.WindowLosingFocus Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Property WindowLosingFocus As IntPtr
'使用
Dim instance As LostFocusEventArgs
Dim value As IntPtr

value = instance.WindowLosingFocus

instance.WindowLosingFocus = value
public IntPtr WindowLosingFocus { get; private set; }
public:
property IntPtr WindowLosingFocus {
    IntPtr get ();
    void set (IntPtr value);
}
public function get WindowLosingFocus () : IntPtr
public function set WindowLosingFocus (value : IntPtr)

Property Value

Type: System.IntPtr

Permissions

See Also

Reference

LostFocusEventArgs Class

LostFocusEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace