Interface IIconDescriptor
Interface for an icon descriptor.
Namespace: SociallyDistant.Core.Shell
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IIconDescriptor
Methods
LoadIcon()
Load the icon described by the descriptor.
Declaration
CompositeIcon LoadIcon()
Returns
Type | Description |
---|---|
CompositeIcon | A CompositeIcon value representing the icon that was loaded. |