Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MessageBoxContent Class / Icon Property

In This Topic
    Icon Property (C1MessageBoxContent)
    In This Topic
    Gets or sets a C1MessageBoxIcon specifying which icon is displayed in the message box.
    Syntax
    'Declaration
     
    
    Public Property Icon As C1MessageBoxIcon
    public C1MessageBoxIcon Icon {get; set;}
    See Also