RCMenuFolder Class Properties

In this section, the RCMenuFolder class properties are presented in alphabetical order.

Description

Use the FolderId property to return the ID for this menu folder as a string value. This property is generated by the AddFolder method of the RCMenuLayout class.

This property is effectively read-only.

Description

Use the FolderLbl property to set or return the label for this menu folder as a string value. This property is set by the folder_lbl parameter passed to the AddFolder method of the RCMenuLayout class, and is passed as the identifier to the GetFolderFromFolderId method.

This property is read/write.

Description

Use the FolderSeqNum property to set or return the sequence number for this menu folder as a number value. This property is set by the folder_seqnum parameter passed to the AddFolder method of the RCMenuLayout class.

This property is read/write.

Description

Use the PrntFolderId property to set or return the ID of the parent menu folders as a string value. This property is set by the AddFolder method of the RCMenuLayout class.

This property is read/write.