public WindowPlacement WindowPlacement { get; set; }
Public Property WindowPlacement As WindowPlacement
Get
Set
Dim instance As WindowInfo
Dim value As WindowPlacement
value = instance.WindowPlacement
instance.WindowPlacement = value
public:
property WindowPlacement WindowPlacement {
WindowPlacement get ();
void set (WindowPlacement value);
}
member WindowPlacement : WindowPlacement with get, set
No code example is currently available or this language may not be supported.
Win32Exception |