Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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