[This is preliminary documentation and is subject to change.]
Determines if control is being used within designer
Namespace: NFX.WinFormsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool IsControlDesignerHosted(
Control ctrl
)
public static bool IsControlDesignerHosted(
Control ctrl
)
Public Shared Function IsControlDesignerHosted (
ctrl As Control
) As Boolean
Public Shared Function IsControlDesignerHosted (
ctrl As Control
) As Boolean
public:
static bool IsControlDesignerHosted(
Control^ ctrl
)
public:
static bool IsControlDesignerHosted(
Control^ ctrl
)
static member IsControlDesignerHosted :
ctrl : Control -> bool
static member IsControlDesignerHosted :
ctrl : Control -> bool
Return Value
Type:
Boolean