user32
.
<MarshalAs(UnmanagedType.U4)>dwStyle As WindowStyles, _
.
<MarshalAs(UnmanagedType.U4)>dwExStyle As WindowStylesEx) As <MarshalAs(UnmanagedType.Bool)> Boolean
.
ByVal dsStyle As WindowStyles, _
.
ByVal dwEsStyle As WindowStylesEx) As Long
.
WindowStyles
Specifies the extended window style of a window. Used by CreateWindowEx.
6/4/2016 3:08:33 AM - jrgcombr-177.148.157.91
.
WindowStylesEx
Specifies the extended window style of a window. Used by CreateWindowEx.
5/10/2014 10:37:27 AM - -202.74.138.1
.
<MarshalAs(UnmanagedType.U4)>dwStyle As WindowStyles, _
.
<MarshalAs(UnmanagedType.U4)>dwExStyle As WindowStylesEx) As <MarshalAs(UnmanagedType.Bool)> Boolean
.
ByVal dsStyle As WindowStyles, _
.
ByVal dwEsStyle As WindowStylesEx) As Long
.
WindowStyles
Specifies the extended window style of a window. Used by CreateWindowEx.
6/4/2016 3:08:33 AM - jrgcombr-177.148.157.91
.
WindowStylesEx
Specifies the extended window style of a window. Used by CreateWindowEx.
5/10/2014 10:37:27 AM - -202.74.138.1
.
WindowStylesEx dwExStyle,
.
WindowStyles dwStyle,
.
ByVal dwExStyle As WindowStylesEx, _
.
ByVal dwStyle As WindowStyles, _
.
WindowStylesEx, WindowStyles
Specifies the extended window style of a window. Used by CreateWindowEx.
5/10/2014 10:37:27 AM - -202.74.138.1
Specifies the extended window style of a window. Used by CreateWindowEx.
6/4/2016 3:08:33 AM - jrgcombr-177.148.157.91
.
WindowStylesEx.WS_EX_OVERLAPPEDWINDOW,
.
WindowStyles.WS_OVERLAPPEDWINDOW, // window style
Constants
.
/// <remarks>See <see cref="ExWindowStyles"/>.</remarks>
.
public abstract class WindowStyles
.
enum WindowStyles : uint
.
Public Enum WindowStyles As Long
Specifies the extended window style of a window. Used by CreateWindowEx.
6/4/2016 3:08:33 AM - jrgcombr-177.148.157.91
Enums
.
public enum WindowStylesEx : uint
.
public enum WindowStylesEx : uint
.
Public Enum WindowStylesEx As UInteger
.
Public Enum WindowStylesEx
.
.
public enum WindowStylesEx : uint
.
Public Enum WindowStylesEx As UInteger
.
Public Enum WindowStylesEx
.