public nothrow | ListViewColumnDivider(ListView* view_, ListViewColumn* column_) |
public void | Draw(Graphics& graphics, const PointF& origin) |
public nothrow Size | GetSize() const |
public inline nothrow bool | HasMouseCapture() const |
public inline nothrow const Point& | Location() const |
public void | OnLButtonDown(const Point& pos) |
public void | OnLButtonUp() |
public void | OnMouseMove(const Point& pos) |
private ListViewColumn* | column |
private bool | hasMouseCapture |
private Point | location |
private Point | startCapturePos |
private int | startColumnWidth |
private ListView* | view |