Click or drag to resize
ImageLibrary Class
Library with image definitions (contains predefined ImageDefinition instances)
Inheritance Hierarchy
SystemObject
  FluentRibbon.LibrariesImageLibrary

Namespace: FluentRibbon.Libraries
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class ImageLibrary

The ImageLibrary type exposes the following members.

Constructors
  NameDescription
Public methodImageLibrary
Initializes a new instance of the ImageLibrary class
Top
Methods
  NameDescription
Public methodStatic memberGetStandardImage(Int32, Int32)

Returns ImageDefinition for standard image formatmap32x32.png & formatmap16x16.png.

Caution: if you have non-english SharePoint installation, and don't have English language pack, this will not work. Use overload with 3 parameters.

Public methodStatic memberGetStandardImage(Int32, Int32, Int32)

Returns ImageDefinition for standard image formatmap32x32.png & formatmap16x16.png.

Top
See Also