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