ICT [4th Q - Complete]

Cards (21)

  • ForeColor
    Property used to change the font color of a label in VB.net
  • ColorDialogBox
    Dialogue box used to allow the user to select a color in VB.Net
  • CheckStateChanged
    Event triggered when the state of a CheckBox Changes
  • Click
    Event in VB.Net triggered when a Button control is clicked by the user
  • DropDownItem
    Feature of a menu strip item in VB.Net that allows you to organize items into submenus
  • How to add items to a menu strip control in VB.Net?
    By dragging and dropping items from the toolbox
  • Purpose of Menu strip Control in VB.Net
    To display a list of options for the user to choose from
  • Checked
    Property of a CheckBox control that determines whether it is checked by default when the form is loaded
  • Text
    Property in VB.Net used to set the text displayed on a Button control
  • How to programmatically checking a CheckBox control in VB.Net
    CheckBox1.Checked = True
  • Message Box
    Dialogue box in VB.Net used to display messages to the user
  • How is the messagebox dialog box different from inputbox in VB.net
    MessageBox displays a message while InputBox gathers user input
  • Visible
    Property in VB.Net used to control the visibility of a button control on a form
  • Text
    Property in VB.Net used to set the text displayed on a label
  • Now
    Method used to get the current system date and time in VB.Net
  • Handling a click event for a menuitem in a menustrip in VB.Net
    Creating an event handler
  • MenuStrip
    Control typically used to create a menu in a VB.Net window forms application
  • a type of information can be gathered using the inputbox dialogue box in VB.net
    Used input
  • Item.Add
    Property in VB.net used to add items to a combo box control
  • Font Dialog Box
    Dialogue box used to select a font in VB.net
  • Purpose of using the AutoSize property for a label in VB.net
    Adjust the label's size to fit its contents