Component.DesignMode 属性

获取一个值,用以指示 Component 当前是否处于设计模式。

**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)

语法

声明
Protected ReadOnly Property DesignMode As Boolean
用法
Dim value As Boolean

value = Me.DesignMode
protected bool DesignMode { get; }
protected:
property bool DesignMode {
    bool get ();
}
/** @property */
protected boolean get_DesignMode ()
protected function get DesignMode () : boolean

属性值

如果 Component 处于设计模式,则为 true;否则为 false

备注

设计模式指示器存储在 ISite 中;因此,如果 Component 没有与其关联的 ISite,则此属性的值为 false

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Component 类
Component 成员
System.ComponentModel 命名空间
IContainer
Container
ISite