Table of Contents

Class KnownSvgImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Allows to get known svg images as ImageSet instances.

public static class KnownSvgImages
Inheritance
KnownSvgImages

Properties

ImgAbort

Gets or sets image that can be used in "Abort" buttons.

ImgAdd

Gets or sets image that can be used in "Add" toolbar buttons.

ImgAddChild

Gets or sets image that can be used in "Add child" toolbar buttons.

ImgAngleDown

Gets or sets 'Angle Up' image.

ImgAngleUp

Gets or sets 'Angle Up' image.

ImgArrowDown

Gets or sets 'Arrow Down' image.

ImgArrowUp

Gets or sets 'Arrow Up' image.

ImgBold

Gets or sets image that can be used in "Bold" toolbar buttons.

ImgBrowserBack

Gets or sets image that can be used in "Back" toolbar buttons for the WebBrowser.

ImgBrowserForward

Gets or sets image that can be used in "Forward" toolbar buttons for the WebBrowser.

ImgBrowserGo

Gets or sets image that can be used in "Go" toolbar buttons for the WebBrowser.

ImgCancel

Gets or sets image that can be used in "Cancel" buttons.

ImgCircle

Gets or sets 'Circle' image.

ImgEmpty

Gets or sets empty image.

ImgFileNew

Gets or sets image that can be used in "File|New" toolbar items.

ImgFileOpen

Gets or sets image that can be used in "File|Open" toolbar items.

ImgFileSave

Gets or sets image that can be used in "File|Save" toolbar items.

ImgFindMatchCase

Gets or sets 'Find Match Case' image.

ImgFindMatchFullWord

Gets or sets 'Find Match Full Word' image.

ImgGear

Gets or sets 'Gear' image.

ImgHelp

Gets or sets image that can be used in "Help" buttons.

ImgIgnore

Gets or sets image that can be used in "Ignore" buttons.

ImgItalic

Gets or sets image that can be used in "Italic" toolbar buttons.

ImgMessageBoxError

Gets or sets image that can be used in MessageBox like dialogs as "Error" sign.

ImgMessageBoxInformation

Gets or sets image that can be used in MessageBox like dialogs as "Information" sign.

ImgMessageBoxWarning

Gets or sets image that can be used in MessageBox like dialogs as "Warning" sign.

ImgMoreActions

Gets or sets image that can be used in "More Actions" toolbar buttons.

ImgMoreActionsHorz

Gets or sets image that can be used in horizontal "More Actions" toolbar buttons.

ImgNo

Gets or sets image that can be used in "No" buttons.

ImgOk

Gets or sets image that can be used in "Ok" buttons.

ImgRedo

Gets or sets image that can be used in "Redo" toolbar buttons.

ImgRegularExpr

Gets or sets 'Use Regular Exprpressions' image.

ImgRemove

Gets or sets image that can be used in "Remove" toolbar buttons.

ImgRemoveAll

Gets or sets image that can be used in "Remove" toolbar buttons.

ImgReplace

Gets or sets 'Replace' image.

ImgReplaceAll

Gets or sets 'Replace All' image.

ImgRetry

Gets or sets image that can be used in "Retry" buttons.

ImgSquareMinus

Gets or sets image that can be used as 'Minus Inside Square' image.

ImgSquarePlus

Gets or sets image that can be used as 'Plus Inside Square' image.

ImgTriangleArrowDown

Gets or sets 'Triangle Arrow Down' image.

ImgTriangleArrowLeft

Gets or sets 'Triangle Arrow Left' image.

ImgTriangleArrowRight

Gets or sets 'Triangle Arrow Right' image.

ImgTriangleArrowUp

Gets or sets 'Triangle Arrow Up' image.

ImgUnderline

Gets or sets image that can be used in "Underline" toolbar buttons.

ImgUndo

Gets or sets image that can be used in "Undo" toolbar buttons.

ImgYes

Gets or sets image that can be used in "Yes" buttons.

ImgZoomIn

Gets or sets image that can be used in "Zoom in" toolbar buttons.

ImgZoomOut

Gets or sets image that can be used in "Zoom out" toolbar buttons.

Methods

GetAllImages()

Gets all images in KnownSvgImages.

GetImgAngleUpDown(bool)

Gets ImgAngleUp or ImgAngleDown image.

GetImgTriangleArrow(ArrowDirection)

Gets triangle arrow image with the specified direction.