Icon Resource Identifiers
The IconResourceId
enum provides identifiers for standard system icons available in the application.
enum IconResourceId
{
New = "New",
Open = "Open",
OpenCloud = "OpenCloud",
Save = "Save",
SaveAs = "SaveAs",
SaveCopy = "SaveCopy",
SaveCloud = "SaveCloud",
SendEmail = "SendEmail",
SendTo = "SendTo",
Share = "Share",
Home = "Home"
}
Available Icons
The table below displays all available icons and their corresponding identifiers:
Identifier | Icon |
---|---|
"New" | |
"Open" | |
"OpenCloud" | |
"Save" | |
"SaveAs" | |
"SaveCloud" | |
"SendEmail" | |
"SendTo" | |
"Share" | |
"Home" |