Share via


IUserExtension.UserPropertiesTabTitleImage Property

 

Gets the image that is displayed next to UserPropertiesTabTitle on the User Extension Properties tab page.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

Bitmap UserPropertiesTabTitleImage { get; }
property Bitmap^ UserPropertiesTabTitleImage {
    Bitmap^ get();
}
ReadOnly Property UserPropertiesTabTitleImage As Bitmap

Property Value

Type: System.Drawing.Bitmap

Returns Bitmap.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top