SpreadsheetGear 2017
IsShowPrintDialog Property (CommandPrint)






SpreadsheetGear.Commands Namespace > CommandPrint Class : IsShowPrintDialog Property
Gets the property which specifies whether the print dialog should be displayed before printing.
Syntax
'Declaration
 
Public ReadOnly Property IsShowPrintDialog As System.Boolean
'Usage
 
Dim instance As CommandPrint
Dim value As System.Boolean
 
value = instance.IsShowPrintDialog
public System.bool IsShowPrintDialog {get;}
public read-only property IsShowPrintDialog: System.Boolean; 
public function get IsShowPrintDialog : System.boolean
public: __property System.bool get_IsShowPrintDialog();
public:
property System.bool IsShowPrintDialog {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandPrint Class
CommandPrint Members