dwExStyle property

WINDOW_EX_STYLE get dwExStyle

The extended window styles.

Implementation

WINDOW_EX_STYLE get dwExStyle => .new(_dwExStyle);
set dwExStyle (WINDOW_EX_STYLE value)

Implementation

set dwExStyle(WINDOW_EX_STYLE value) => _dwExStyle = value;