메소드 | 설명 | |
---|---|---|
AddChild ( System.Windows.Controls.Canvas canvas, UIElement child ) : void | ||
AddChild ( |
||
AddChild ( |
||
AdjustPluginHeight ( double heightAdjustment ) : void | ||
AppendText ( System.Windows.Controls.TextBlock textBlock, string text ) : void | ||
AppendToActivityLog ( |
||
HandleMonitorEvent ( Action |
||
RemoveBorderChild ( System.Windows.Controls.Border border ) : void | ||
SetBorderChild ( System.Windows.Controls.Border border, UIElement child ) : void | ||
SetColouredText ( System.Windows.Controls.TextBlock textBlock, string text, MessageLevelsEnum level ) : void | ||
SetComboBoxSelectedId ( |
||
SetDataGridSource ( System.Windows.Controls.DataGrid dataGrid, IEnumerable list ) : void | ||
SetFill ( System.Windows.Shapes.Shape shape, Color colour ) : void | ||
SetFocus ( |
||
SetIsEnabled ( |
||
SetPluginDimensions ( double width, double height ) : void | ||
SetProgressBarValue ( System.Windows.Controls.ProgressBar progressBar, double progress ) : void | ||
SetText ( System.Windows.Controls.PasswordBox passwordBox, string text ) : void | ||
SetText ( System.Windows.Controls.TextBlock textBlock, string text ) : void | ||
SetText ( |
||
SetText ( System.Windows.Controls.ToolTip toolTip, string text ) : void | ||
SetTextBlockDisplayLevel ( System.Windows.Controls.TextBlock textBlock, MessageLevelsEnum level ) : void | ||
SetVisibility ( UIElement element, Visibility visibility ) : void |
메소드 | 설명 | |
---|---|---|
GetBrushForMessageLevel ( MessageLevelsEnum level ) : |
public static AddChild ( System.Windows.Controls.Canvas canvas, UIElement child ) : void | ||
canvas | System.Windows.Controls.Canvas | |
child | UIElement | |
리턴 | void |
public static AddChild ( |
||
grid | ||
child | UIElement | |
리턴 | void |
public static AddChild ( |
||
stackPanel | ||
child | UIElement | |
리턴 | void |
public static AdjustPluginHeight ( double heightAdjustment ) : void | ||
heightAdjustment | double | |
리턴 | void |
public static AppendText ( System.Windows.Controls.TextBlock textBlock, string text ) : void | ||
textBlock | System.Windows.Controls.TextBlock | |
text | string | |
리턴 | void |
public static AppendToActivityLog ( |
||
scrollViewer | ||
textBlock | System.Windows.Controls.TextBlock | |
level | MessageLevelsEnum | |
text | string | |
리턴 | void |
public static HandleMonitorEvent ( Action |
||
action | Action |
|
monitorEvent | ||
리턴 | void |
public static RemoveBorderChild ( System.Windows.Controls.Border border ) : void | ||
border | System.Windows.Controls.Border | |
리턴 | void |
public static SetBorderChild ( System.Windows.Controls.Border border, UIElement child ) : void | ||
border | System.Windows.Controls.Border | |
child | UIElement | |
리턴 | void |
public static SetColouredText ( System.Windows.Controls.TextBlock textBlock, string text, MessageLevelsEnum level ) : void | ||
textBlock | System.Windows.Controls.TextBlock | |
text | string | |
level | MessageLevelsEnum | |
리턴 | void |
public static SetComboBoxSelectedId ( |
||
comboBox | ||
index | int | |
리턴 | void |
public static SetDataGridSource ( System.Windows.Controls.DataGrid dataGrid, IEnumerable list ) : void | ||
dataGrid | System.Windows.Controls.DataGrid | |
list | IEnumerable | |
리턴 | void |
public static SetFill ( System.Windows.Shapes.Shape shape, Color colour ) : void | ||
shape | System.Windows.Shapes.Shape | |
colour | Color | |
리턴 | void |
public static SetFocus ( |
||
control | ||
리턴 | void |
public static SetIsEnabled ( |
||
control | ||
isEnabled | bool | |
리턴 | void |
public static SetPluginDimensions ( double width, double height ) : void | ||
width | double | |
height | double | |
리턴 | void |
public static SetProgressBarValue ( System.Windows.Controls.ProgressBar progressBar, double progress ) : void | ||
progressBar | System.Windows.Controls.ProgressBar | |
progress | double | |
리턴 | void |
public static SetText ( System.Windows.Controls.PasswordBox passwordBox, string text ) : void | ||
passwordBox | System.Windows.Controls.PasswordBox | |
text | string | |
리턴 | void |
public static SetText ( System.Windows.Controls.TextBlock textBlock, string text ) : void | ||
textBlock | System.Windows.Controls.TextBlock | |
text | string | |
리턴 | void |
public static SetText ( |
||
textBox | ||
text | string | |
리턴 | void |
public static SetText ( System.Windows.Controls.ToolTip toolTip, string text ) : void | ||
toolTip | System.Windows.Controls.ToolTip | |
text | string | |
리턴 | void |
public static SetTextBlockDisplayLevel ( System.Windows.Controls.TextBlock textBlock, MessageLevelsEnum level ) : void | ||
textBlock | System.Windows.Controls.TextBlock | |
level | MessageLevelsEnum | |
리턴 | void |
public static SetVisibility ( UIElement element, Visibility visibility ) : void | ||
element | UIElement | |
visibility | Visibility | |
리턴 | void |