Gets the current design-time status of this element.
[Visual Basic] Function GetDesignTime() As Boolean [C#] bool GetDesignTime(); [C++] bool GetDesignTime() = 0; [JScript] function GetDesignTime() : Boolean;
Whether or not the current status of this element is set to design-time only.
When an element is set to design-time only, the element will exist in the code in such a way as to not be a part of the compile at runtime. This element will still be available at design time.
ICodeStatement Interface | ICodeStatement Members | System.ComponentModel.Design.CodeModel Namespace