C# Class Poderosa.UI.UIUtil

Exibir arquivo Open project: poderosaproject/poderosa

Public Methods

Method Description
AdjustRange ( int value, int min, int max ) : int
DumpControlTree ( Control t ) : void
ReplaceControl ( Control parent, Control src, Control dest ) : void

Private Methods

Method Description
DumpControlTree ( Control t, int indent ) : void

Method Details

AdjustRange() public static method

public static AdjustRange ( int value, int min, int max ) : int
value int
min int
max int
return int

DumpControlTree() public static method

public static DumpControlTree ( Control t ) : void
t System.Windows.Forms.Control
return void

ReplaceControl() public static method

public static ReplaceControl ( Control parent, Control src, Control dest ) : void
parent System.Windows.Forms.Control
src System.Windows.Forms.Control
dest System.Windows.Forms.Control
return void