|
| IColumns (IGrid parent) |
| Constructor.
|
|
virtual void | DrawColumns (IGraphics.GInterface.IGraphics gr, int x, int y, int basex) |
| Draws columns.
|
|
virtual bool | Click (int x, int y) |
| Clock on column.
|
|
virtual void | Clear () |
| Clears the columns.
|
|
virtual int | IndexOf (IColumn column) |
| Returns the index of column.
|
|
virtual void | Add () |
| Adds column.
|
|
virtual void | Add (string text) |
|
virtual void | Add (string text, int width) |
| Adds column.
|
|
virtual void | Add (string text, int width, bool isAutoWidth, bool isAutoHeight) |
| Adds column.
|
|
virtual void | Add (string text, int width, IGridControl control) |
| Adds column.
|
|
virtual void | Add (string text, int width, IGridControl control, bool isAutoWidth, bool isAutoHeight) |
|
virtual void | Add (string text, int width, bool isAutoWidth, bool isAutoHeight, IGridControl control) |
|
virtual void | InsertAt (string text, int index) |
| Inserts column at.
|
|
virtual void | InsertAt (string text, int index, int width) |
| Inserts column at.
|
|
virtual void | Remove (IColumn column) |
| Removes column.
|
|
virtual void | RemoveAt (int index) |
| Removes column.
|
|
|
ArrayList | columns = new ArrayList() |
| List of columns.
|
|
IGrid | parent |
| The parent.
|
|
int | columnHeight = 20 |
| default height of columns.
|
|
int | currentColumnWidth = 100 |
| Actual width of columns.
|
|
IColor | backColor = new IColor(255, 212, 208, 200) |
| Back color of column.
|
|
|
IColumn | this[int index] [get] |
| Indexer of columns.
|
|
IColor | BackColor [get, set] |
| Basic back color of columns.
|
|
int | Count [get] |
| Count of columns.
|
|
int | ColumnHeight [get, set] |
| Heightt of columns.
|
|
int | CurrentColumnWidth [get, set] |
| Width of current add column.
|
|
◆ IColumns()
IGraphics.Grid.IColumns.IColumns |
( |
IGrid | parent | ) |
|
◆ Add() [1/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text | ) |
|
|
virtual |
◆ Add() [2/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text, |
|
|
int | width ) |
|
virtual |
Adds column.
- Parameters
-
text | Text of column. |
width | Width of column. |
◆ Add() [3/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text, |
|
|
int | width, |
|
|
bool | isAutoWidth, |
|
|
bool | isAutoHeight ) |
|
virtual |
Adds column.
- Parameters
-
text | Text of column. |
width | Width of column. |
isAutoWidth | Automatically sets the width of column. |
isAutoHeight | Automatically sets the height of column. |
◆ Add() [4/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text, |
|
|
int | width, |
|
|
bool | isAutoWidth, |
|
|
bool | isAutoHeight, |
|
|
IGridControl | control ) |
|
virtual |
- Parameters
-
text | Text of column. |
width | Width of column. |
isAutoWidth | Automatically sets the width of column. |
isAutoHeight | Automatically sets the height of column. |
control | Input control. |
◆ Add() [5/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text, |
|
|
int | width, |
|
|
IGridControl | control ) |
|
virtual |
Adds column.
- Parameters
-
text | Text of column. |
width | Width of column. |
control | Input control. |
◆ Add() [6/6]
virtual void IGraphics.Grid.IColumns.Add |
( |
string | text, |
|
|
int | width, |
|
|
IGridControl | control, |
|
|
bool | isAutoWidth, |
|
|
bool | isAutoHeight ) |
|
virtual |
- Parameters
-
text | Text of column. |
width | Width of column. |
control | |
isAutoWidth | Automatically sets the width of column. |
isAutoHeight | Automatically sets the height of column. |
◆ Click()
virtual bool IGraphics.Grid.IColumns.Click |
( |
int | x, |
|
|
int | y ) |
|
virtual |
Clock on column.
- Parameters
-
x | X coordinate. |
y | Y coordinate. |
- Returns
- True when clicked.
◆ DrawColumns()
Draws columns.
- Parameters
-
gr | Graphics to draw. |
x | X coordinate. |
y | Y coordinate. |
basex | Basic of start of X. |
◆ IndexOf()
virtual int IGraphics.Grid.IColumns.IndexOf |
( |
IColumn | column | ) |
|
|
virtual |
Returns the index of column.
- Parameters
-
- Returns
- Index of column.
◆ InsertAt() [1/2]
virtual void IGraphics.Grid.IColumns.InsertAt |
( |
string | text, |
|
|
int | index ) |
|
virtual |
Inserts column at.
- Parameters
-
text | Text of column. |
index | Index of insert. |
◆ InsertAt() [2/2]
virtual void IGraphics.Grid.IColumns.InsertAt |
( |
string | text, |
|
|
int | index, |
|
|
int | width ) |
|
virtual |
Inserts column at.
- Parameters
-
text | Text of column. |
index | Index of insert. |
width | Width of column. |
◆ Remove()
virtual void IGraphics.Grid.IColumns.Remove |
( |
IColumn | column | ) |
|
|
virtual |
Removes column.
- Parameters
-
◆ RemoveAt()
virtual void IGraphics.Grid.IColumns.RemoveAt |
( |
int | index | ) |
|
|
virtual |
Removes column.
- Parameters
-
◆ this[int index]
IColumn IGraphics.Grid.IColumns.this[int index] |
|
get |
Indexer of columns.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- Z:/x4t/src/IGraphics/Grid/IColumns.cs