AwPrintPreview.ToolbarVisible Property

Gets or sets the value that indicates whether it displays the toolbar.

[Visual Basic]
Public Property ToolbarVisible As Boolean
[C#]
public bool ToolbarVisible {get; set;}

Property Value

true if it displays the toolbar; otherwise, false.

Example

How to display the tool bar.

printPreview.ToolbarVisible = True
printPreview.ToolbarVisible = true;

See Also

AwPrintPreview Class | Asterworld.PrintPreview Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.