adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / Hidden Property


In This Topic
    Hidden Property
    In This Topic
    Indicates whether the user has hidden this message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Hidden As Boolean
    [DataMember()]
    public bool Hidden {get; set;}
    [DataMember()]
    public:
    property bool Hidden {
       bool get();
       void set (    bool value);
    }
    Remarks
    There is no built-in mechanism for hiding messages; it is up to the UI to implement this and store the information about which messages have been hidden, and to set and use this property as appropriate.
    See Also