RibbonWindowSmallIconConverter Class

Definition

Converts an icon to its small size variant if one is available.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class RibbonWindowSmallIconConverter : System::Windows::Data::IValueConverter
public class RibbonWindowSmallIconConverter : System.Windows.Data.IValueConverter
type RibbonWindowSmallIconConverter = class
    interface IValueConverter
Public Class RibbonWindowSmallIconConverter
Implements IValueConverter
Inheritance
RibbonWindowSmallIconConverter
Implements

Remarks

This converter is used by the Icon property. It returns the best matched 16x16 image frame within the specified icon file to be displayed as the application icon in the top left of the RibbonWindow.

Constructors

RibbonWindowSmallIconConverter()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the RibbonWindowSmallIconConverter class.

Methods

Convert(Object, Type, Object, CultureInfo)

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts an icon to its small size variant if one is available.

ConvertBack(Object, Type, Object, CultureInfo)

This API supports the product infrastructure and is not intended to be used directly from your code.

This API is not implemented.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also