C# Class ATMLCommonLibrary.controls.Extensions

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
IsInDesignMode ( this control ) : bool

Extension method to return if the control is in design mode

Private Methods

Method Description
ResolveDesignMode ( System control ) : bool

Method to test if the control or it's parent is in design mode

Method Details

IsInDesignMode() public static method

Extension method to return if the control is in design mode
public static IsInDesignMode ( this control ) : bool
control this Control to examine
return bool