Class Name | Prefix | Class Name | Prefix | |
---|---|---|---|---|
Label | lbl | ListBox | lsb or lst | |
TextBox | txt | ComboBox | cbo | |
Button | btn | GroupBox | grb | |
CheckBox | chk | Panel | pnl | |
RadioButton | rad | ImageList | iml | |
TrackBar | trk | ListView | lvw | |
HScrollBar | hsb | VScrollBar | vsb | |
TreeView | tvw | Form | frm |
Properties of Size and Location: Location, Size, ClientSize, ClientRectangle, Bounds, Anchor, Dock
Properties of Color and Images: BackColor, ForeColor, BackgroundImage, BackgroundImageLayout, Image, ImageAlign, TextImageRelation
Properties of Text: Text, Font, RightToLeft, Tag
Properties of Creation and Disposing: Created, Disposing, IsDisposed.
Properties of Focus and Tabbing:
FutureValue1 Example
CausesValidation, CanFocus, CanSelect, ContainsFocus, Focused,
TabIndex, TabStop
Properties of Mouse and Cursor: Capture, Cursor.
Properties of Accessibility: AccessibleDescription, AccessibleDefaultActionDescription, AccessibleName, AccessibleRole, AccessibilityObject, IsAccessible
Property of Drag and Drop: AllowDrop
Method of Focus: Focus, Select
Methods of Containment: Contains, GetChildAtPoint, GetContainerControl, GetNextControl
Reset Methods: ResetBackColor, ResetText
Methods of Display and Painting:BringToFront, Hide, Show, Invalidate, Refresh, SetStyle, Update
Methods of Measurement and Scaling: PointToClient, PointToScreen, RectangleToClient, RectangleToScreen, Scale
Method of Drag and Drop: DoDragDrop
Events of Focus:
FutureValue1 Example
Enter, Validating, Validated, Leave
Events of Display and Painting: Invalidated, Paint
Events of Keyboard: KeyPress, KeyDown, KeyUp
Events of Changed Properties: BackColorChanged, TextChanged, Resize, SizeChanged
Events of Drag and Drop:
DragDrop Example
DragEnter, DragDrop, DragLeave, DragOver, GiveFeedback, QueryContinueDrag
Events of Adding or Removing Controls: ControlAdded, ControlRemoved
Methods: AppendText, Clear
Events: Click, DoubleClick, TextChanged, KeyPress
AcceptButton and CancelButton Form properties
Events:   Scroll