public nothrow | ListViewColumn(ListView* view_, const String<char>& name_, int width_) |
public void | Draw(Graphics& graphics, const PointF& origin) |
public inline nothrow int | MinWidth() const |
public inline nothrow const String<char>& | Name() const |
public nothrow void | SetMinWidth(int minWidth_) |
public nothrow void | SetWidth(int width_) |
public inline nothrow int | Width() const |
private int | minWidth |
private String<char> | name |
private ListView* | view |
private int | width |