[This is preliminary documentation and is subject to change.]
Determines if component is being used within designer
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool IsComponentDesignerHosted(
Component cmp
)
public static bool IsComponentDesignerHosted(
Component cmp
)
Public Shared Function IsComponentDesignerHosted (
cmp As Component
) As Boolean
Public Shared Function IsComponentDesignerHosted (
cmp As Component
) As Boolean
public:
static bool IsComponentDesignerHosted(
Component^ cmp
)
public:
static bool IsComponentDesignerHosted(
Component^ cmp
)
static member IsComponentDesignerHosted :
cmp : Component -> bool
static member IsComponentDesignerHosted :
cmp : Component -> bool
Return Value
Type:
Boolean