Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 4 revisions

namespace: Crow

Inheritance Hierarchy

  • TextBox

Syntax

public class TextBox : Label

Constructors

prototype description
TextBox (Interface iface, string style=null) __

Properties

name description
MaxScrollX Horizontal Scrolling maximum value
MaxScrollY Vertical Scrolling maximum value
MouseWheelSpeed Mouse Wheel Scrolling multiplier
ScrollX Horizontal Scrolling Position
ScrollY Vertical Scrolling Position

Methods

prototype description
void Copy() __
void Cut() __
void onKeyDown(object sender, KeyEventArgs e) __
void onKeyPress(object sender, KeyPressEventArgs e) __
void OnLayoutChanges(LayoutingType layoutType) trigger dependant sizing component update
void onMouseMove(object sender, MouseMoveEventArgs e) __
void onMouseWheel(object sender, MouseWheelEventArgs e) Process scrolling vertically, or if shift is down, vertically
void OnValidate(Object sender, ValidateEventArgs e) __
void Paste() __

Events

name description
Validate Validate content of the text box. Occurs in non multiline TextBox when 'Enter' key is pressed.
Clone this wiki locally