P4s3ImageButton MembersA Sandcastle Documented Class Library

The P4s3ImageButton type exposes the following members.
Constructors

  NameDescription
Private methodStatic memberP4s3ImageButton
Public methodP4s3ImageButton
Default constructor.
Back to Top
Methods

  NameDescription
Public methodGetDescription
Returns the description for this entry.
Public methodGetEntryId
Returns the entry id for this object.
Public methodGetIsFolder
Determines if this object is a folder.
Public methodGetIsPublic
Returns tru if this is a filter and if it is public.
Public methodGetKey
Generates the key that is used to store this objec tin a dictionary of filters and folders.
Public methodGetName
Returns the name of the current entry.
Public methodGetParent
Returns the parent of this P4s3ImageButton.
Public methodGetRowData
Returns the database row data for this object. Comes from either the FILTER table or the FILTER_FOLDERS table.
Public methodSetEntryId
Sets the entry id for this object.
Public methodSetIsFolder
Set if this object is a folder or not.
Public methodSetParent
Sets the parent of this P4s3ImageButton.
Public methodSetRowData
Sets the row data for this object.
Back to Top
Fields

  NameDescription
Public fieldStatic memberDEFAULT_CLOSE_FOLDER_ICON
Default icon to use for closing directories.
Public fieldStatic memberDEFAULT_FOLDER_ICON
Holds the default folder icon for this control.
Private fieldentryId
Holds the filter id.
Private fieldisFolder
Represents if this ImageButton is a folder.
Private fieldparent
Public fieldStatic memberROOT_DIR_NAME
The default name for the root directory.
Private fieldrowData
Holds the DataRow for this filter or folder.
Back to Top
See Also