C# Class NetIde.Util.Forms.ControlUtil

Show file Open project: netide/netide Class Usage Examples

Public Methods

Method Description
GetIsInDesignMode ( Control control ) : bool
GetRoot ( Control self ) : Control

Method Details

GetIsInDesignMode() public static method

public static GetIsInDesignMode ( Control control ) : bool
control System.Windows.Forms.Control
return bool

GetRoot() public static method

public static GetRoot ( Control self ) : Control
self System.Windows.Forms.Control
return System.Windows.Forms.Control