The P4s3ImageButton type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| P4s3ImageButton | ||
| P4s3ImageButton |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| GetDescription |
Returns the description for this entry.
| |
| GetEntryId |
Returns the entry id for this object.
| |
| GetIsFolder |
Determines if this object is a folder.
| |
| GetIsPublic |
Returns tru if this is a filter and if it is public.
| |
| GetKey |
Generates the key that is used to store this objec tin a dictionary of filters and folders.
| |
| GetName |
Returns the name of the current entry.
| |
| GetParent |
Returns the parent of this P4s3ImageButton.
| |
| GetRowData |
Returns the database row data for this object.
Comes from either the FILTER table or the FILTER_FOLDERS table.
| |
| SetEntryId |
Sets the entry id for this object.
| |
| SetIsFolder |
Set if this object is a folder or not.
| |
| SetParent |
Sets the parent of this P4s3ImageButton.
| |
| SetRowData |
Sets the row data for this object.
|
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_CLOSE_FOLDER_ICON |
Default icon to use for closing directories.
| |
| DEFAULT_FOLDER_ICON |
Holds the default folder icon for this control.
| |
| entryId |
Holds the filter id.
| |
| isFolder |
Represents if this ImageButton is a folder.
| |
| parent | ||
| ROOT_DIR_NAME |
The default name for the root directory.
| |
| rowData |
Holds the DataRow for this filter or folder.
|
See Also