Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.StringInput Class Reference
Inheritance diagram for RepetierHostExtender.utils.StringInput:

Static Public Member Functions

static string GetString (string head, string info)
 
static string GetString (string head, string info, string defaultValue, bool allowCancel, string forbiddenChars="")
 Show a string select dialog. More...
 

Protected Member Functions

override void OnClosing (CancelEventArgs e)
 
override bool ProcessCmdKey (ref Message msg, Keys keyData)
 
override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Member Function Documentation

◆ Dispose()

override void RepetierHostExtender.utils.StringInput.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ GetString()

static string RepetierHostExtender.utils.StringInput.GetString ( string  head,
string  info,
string  defaultValue,
bool  allowCancel,
string  forbiddenChars = "" 
)
static

Show a string select dialog.

Parameters
headHeadline text
infoInformation text
defaultValuePreset value
allowCancelShow a cancel button
forbiddenCharsDo not accept strings with one of these chars included
Returns
Entered text or null on cancel.

The documentation for this class was generated from the following files:
About Us | Privacy Policy