MENUITEMINFO class Null safety Struct
Contains information about a menu item.
- Inheritance
-
- Object
- NativeType
- Struct
- MENUITEMINFO
Constructors
Properties
- cbSize ↔ int
-
@Uint32(), read / write
- cch ↔ int
-
@Uint32(), read / write
- dwItemData ↔ int
-
@IntPtr(), read / write
-
dwTypeData
↔ Pointer<
Utf16> -
read / write
- fMask ↔ int
-
@Uint32(), read / write
- fState ↔ int
-
@Uint32(), read / write
- fType ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- hbmpChecked ↔ int
-
@IntPtr(), read / write
- hbmpItem ↔ int
-
@IntPtr(), read / write
- hbmpUnchecked ↔ int
-
@IntPtr(), read / write
- hSubMenu ↔ int
-
@IntPtr(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- wID ↔ int
-
@Uint32(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited