Desktop Functions: Smart Device Functions:
|
Search Results for "WindowStyles" in [All]Enums1: WindowStyles
public enum WindowStylesEx : uint
public enum WindowStylesEx : uint
Public Enum WindowStylesEx As UInteger
Public Enum WindowStylesEx 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
<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
WindowStylesEx dwExStyle,
WindowStyles dwStyle,
ByVal dwExStyle As WindowStylesEx, _
ByVal dwStyle As WindowStyles, _
WindowStylesEx.WS_EX_OVERLAPPEDWINDOW,
WindowStyles.WS_OVERLAPPEDWINDOW, // window style Constants
/// <remarks>See <see cref="ExWindowStyles"/>.</remarks> |