Partager via


ConsoleRenderer.RenderBitmaps Property

 

Gets a value that indicates whether bitmaps should be drawn in custom controls.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public bool RenderBitmaps { get; internal set; }
public:
property bool RenderBitmaps {
    bool get();
    internal: void set(bool value);
}
Public Property RenderBitmaps As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

A System.Boolean: true if bitmaps should be drawn in custom controls; otherwise, false.

See Also

ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top