DesignIntf.IHostForm.GetCanPrint
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
function GetCanPrint: Boolean;
C++
virtual bool __fastcall GetCanPrint() = 0 ;
Description
Indicates whether the Print item in the File menu is active. It returns True if the Print menu item is active, and False otherwise.