Interface IExposeExtendedGuiInfo<TIcon>
Extension of the IExposeExtendedInfo interface that allows for setting an icon.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.UI.dll
Syntax
public interface IExposeExtendedGuiInfo<out TIcon> : IExposeGuiInfo<TIcon>, IExposeExtendedInfo, IExposeInfo, INameable, IDescriptible, IExposeAssembly
Type Parameters
Name | Description |
---|---|
TIcon | Type of the icon to be exposed. |