Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / IDisplayable Interface
Members

In This Topic
    IDisplayable Interface
    In This Topic
    A standard interface for ensuring an item can be displayed in user interfaces by providing an end user short caption and long description
    Syntax
    'Declaration
     
    
    Public Interface IDisplayable 
    public interface IDisplayable 
    Remarks
    Captions should be as short as feasible, typically less than 80 characters. Descriptions can be considerably longer, but neither should have embedded formatting outside of normal carriage return and line feed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also