mGNCS API Reference  v1.2.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 128 of file minvisible-component.h.

Field Documentation

NCS_EVENT_HANDLER* handlers

The event handlers array

See also
NCS_EVENT_HANDLER

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

int id

The id of component

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

mComponent* parent

The parent Component

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

The property of Component

See also
NCS_PROP_ENTRY

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

DWORD user_data

Use defined data

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


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