Method | Description | |
---|---|---|
AppendMenu ( int id, string item ) : bool | ||
AppendMenu ( int id, string item, ItemFlags flags ) : bool | ||
AppendSeparator ( ) : bool | ||
FromForm ( |
||
InsertMenu ( int pos, ItemFlags flags, int id, string item ) : bool | ||
InsertMenu ( int pos, int id, string item ) : bool | ||
InsertSeparator ( int pos ) : bool | ||
ResetSystemMenu ( |
||
SystemMenu ( ) : System | ||
VerifyItemID ( int id ) : bool |
Method | Description | |
---|---|---|
apiAppendMenu ( |
||
apiGetSystemMenu ( |
||
apiInsertMenu ( |
public AppendMenu ( int id, string item ) : bool | ||
id | int | |
item | string | |
return | bool |
public AppendMenu ( int id, string item, ItemFlags flags ) : bool | ||
id | int | |
item | string | |
flags | ItemFlags | |
return | bool |
public static FromForm ( |
||
form | ||
return | SystemMenu |
public InsertMenu ( int pos, ItemFlags flags, int id, string item ) : bool | ||
pos | int | |
flags | ItemFlags | |
id | int | |
item | string | |
return | bool |
public InsertMenu ( int pos, int id, string item ) : bool | ||
pos | int | |
id | int | |
item | string | |
return | bool |
public static ResetSystemMenu ( |
||
form | ||
return | void |