Visual C# Important Terms

Visual C# Important English Terms

  • Text: The text inside or on an object
  • Width: Width
  • Height: Height
  • Size: Size
  • Backcolor: Background color
  • Forecolor: Foreground color (also used for text color)
  • Border: Border
  • Style: Appearance features
  • None: None of them
  • Solution: The entire project
  • Properties: Properties
  • ToolBox: Panel where we can reach ready objects
  • Enabled: Determines if an object is active or passive
  • Disabled: Determines if an object is passive or active
  • Read Only: If true that control cannot be changed (The difference from the Enabled property is that the text is selectable.)
  • Location: Determines its position using their distance from the left and top edges of the form
  • X: The distance of the object from the far left of the form
  • Y: The distance of the object from the top of the form
  • MaxLength: Maximum number of characters that can be entered in the text box.
  • MultiLine: This property must be set to True to increase the height of the text boxes.
  • PassWordChar: Symbol to be displayed instead of characters in password fields
  • Text Align: Text alignment
  • Visible: If it is false the control doesn't seem.
  • Click: Click event by the left button of the mouse
  • Double Click: Clicking two times
  • Text Changed: When the text changes inside an object such as TextBox
Visual C# and visual studio important terms meanings, programming English terms meanings, enabled, visible, multiline, maxlength

EXERCISES

There are no examples related to this subject.



COMMENTS




Read 544 times.

Online Users: 68



visual-c-sharp-important-terms