DesignIntf.IHostForm.GetDesignerState
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
function GetDesignerState: TDesignerState;
C++
virtual Designertypes::TDesignerState __fastcall GetDesignerState() = 0 ;
Description
Gets the state of the designer.
Use GetDesignerState to obtain a TDesignerState value that represents the current state of the Designer.
The result of GetDesignerState can have one or more of the following values: dsVisible
, dsIconic
, dsZoomed
.