mGNCS API Reference  v1.5.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_INVSB_CREATE_INFO Struct Reference

#include <minvisible-component.h>

Data Fields

mComponentparent
 
int id
 
NCS_PROP_ENTRYprops
 
NCS_EVENT_HANDLERhandlers
 
DWORD user_data
 

Detailed Description

A struct include Invisible Component Create info

See also
ncsCreateInvsbCompIndirect

Definition at line 140 of file minvisible-component.h.

Field Documentation

◆ handlers

NCS_EVENT_HANDLER* handlers

The event handlers array

See also
NCS_EVENT_HANDLER

Definition at line 160 of file minvisible-component.h.

◆ id

int id

The id of component

Definition at line 148 of file minvisible-component.h.

◆ parent

mComponent* parent

The parent Component

Definition at line 144 of file minvisible-component.h.

◆ props

The property of Component

See also
NCS_PROP_ENTRY

Definition at line 154 of file minvisible-component.h.

◆ user_data

DWORD user_data

Use defined data

Definition at line 165 of file minvisible-component.h.


The documentation for this struct was generated from the following file: