Class TextBoxAdvanced
Inheritance
TextBoxAdvanced
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class TextBoxAdvanced : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IMessageFilter
Constructors
TextBoxAdvanced()
Declaration
Fields
AutoCompleteList
Declaration
public List<KeyValuePair<string, string>> AutoCompleteList
Field Value
AutoCompleteListTop
Declaration
public List<AutoCompleteInfo> AutoCompleteListTop
Field Value
AutoCompleteMaxVisibleLines
Declaration
public int AutoCompleteMaxVisibleLines
Field Value
AutoCompleteWidth
Declaration
public int AutoCompleteWidth
Field Value
BeforeEnterTab
Declaration
public BeforeEnterTabEvent BeforeEnterTab
Field Value
GoogleTermsImage
Declaration
public Image GoogleTermsImage
Field Value
NotGoogleTermsImage
Declaration
public Image NotGoogleTermsImage
Field Value
OnDropDownClicked
Declaration
public StringEvent OnDropDownClicked
Field Value
SearchWindow
Declaration
public ISearchWindow SearchWindow
Field Value
_waterMarkActiveColor
Declaration
protected Color _waterMarkActiveColor
Field Value
_waterMarkColor
Declaration
protected Color _waterMarkColor
Field Value
_waterMarkText
Declaration
protected string _waterMarkText
Field Value
Properties
BarCodeBeginChar
Declaration
public char BarCodeBeginChar { get; set; }
Property Value
BarCodeEndChar
Declaration
public char BarCodeEndChar { get; set; }
Property Value
DataType
Declaration
public TextBoxDataType DataType { get; set; }
Property Value
EnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
IncludeGoogleTerms
Declaration
public bool IncludeGoogleTerms { get; set; }
Property Value
ReadBarCode
Declaration
public bool ReadBarCode { get; set; }
Property Value
SelectedDropDown
Declaration
public object SelectedDropDown { get; }
Property Value
Text
Declaration
public override string Text { get; set; }
Property Value
Overrides
WaterMark
Declaration
public string WaterMark { get; set; }
Property Value
WaterMarkActiveForeColor
Declaration
public Color WaterMarkActiveForeColor { get; set; }
Property Value
WaterMarkFont
Declaration
public Font WaterMarkFont { get; set; }
Property Value
WaterMarkForeColor
Declaration
public Color WaterMarkForeColor { get; set; }
Property Value
Methods
HideDropDown()
Declaration
public void HideDropDown()
OnHandleCreated(EventArgs)
Declaration
protected override void OnHandleCreated(EventArgs e)
Parameters
Overrides
OnInvalidated(InvalidateEventArgs)
Declaration
protected override void OnInvalidated(InvalidateEventArgs e)
Parameters
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Overrides
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs e)
Parameters
Overrides
OnKeyUp(KeyEventArgs)
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
Overrides
OnLeave(EventArgs)
Declaration
protected override void OnLeave(EventArgs e)
Parameters
Overrides
OnLostFocus(EventArgs)
Declaration
protected override void OnLostFocus(EventArgs e)
Parameters
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Overrides
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
Overrides
PreFilterMessage(ref Message)
Declaration
public bool PreFilterMessage(ref Message m)
Parameters
Returns
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Returns
Overrides
Implements