HWND class
- Inheritance
- Implementers
Properties
- classID → CLASS_ID
-
no setter
- clientHandle → Element
-
no setter
- clientStyle → CssStyleDeclaration
-
no setter
- enabled ↔ bool
-
getter/setter pair
- handle → Element
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- owner ← HWND?
-
no getter
-
props
→ Set<
WindowProp> -
using html element
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → CssStyleDeclaration
-
no setter
- visible → bool
-
no setter
Methods
-
defineClassRule(
TWndStyle rule) → void -
dispatch(
Element elem, TMessage message) → void -
get_border_size(
SIZE size) → bool -
getClientHandle(
) → Element -
getParent(
) → HWND? -
hide(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void -
set_window_rect(
int left, int top, int width, int height) → void -
setColor(
TColor clr) → void -
setParent(
HWND? hWndNewParent) → void -
show(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateActive(
bool state) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
findWindow(
Element elem) → HWND?