Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Dim ucfBox = New ctlTextboxWithUCF()
  2. ucfBox.Bounds = e.CellBounds
  3. ucfBox.Value = e.Value
  4. e.Control = ucfBox
  5.  
  6. ucfBox.SetBounds(e.CellBounds.X - e.CellBounds.Width - 1, e.CellBounds.Y, 0, 0, BoundsSpecified.Location)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement