Share via


IIndicatorConverter Interface

 

Exposes a method that converts an indicator into a Boolean value.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public interface IIndicatorConverter
public interface class IIndicatorConverter
Public Interface IIndicatorConverter

Methods

Name Description
System_CAPS_pubmethod Convert(Object)

Converts a WPF indicator object into a Boolean value.

See Also

Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top