Property | Type | Description | |
---|---|---|---|
ChildContaining | |||
ChildContaining | |||
IndexOfChild | int | ||
InsertChildHookup | void |
Method | Description | |
---|---|---|
SelectAtEnd ( ) : |
Make an insertion point at the end of the data covered by the hookup. GroupHookup delegates to its last child. Enhance JohnT: possibly try the second-last child, if the last one cannot, and so on?
|
|
SelectAtStart ( ) : |
Make an insertion point at the start of the data covered by the hookup. GroupHookup delegates to its first child.
|
Method | Description | |
---|---|---|
Dispose ( bool beforeDestructor ) : void |
Dispose any disposable children and clear the collection.
|
|
GroupHookup ( object target, GroupBox containingBox ) : System |
Method | Description | |
---|---|---|
ChildContaining ( |
Return the one of your direct children which is or is a parent of the given child hookup (or null if no such exists).
|
|
ChildContaining ( |
Return the one of your direct children which contains the given IP (or null if none does).
|
|
IndexOfChild ( |
Return the index of the one of your child hookups that contains the given selection, or -1 if not found.
|
|
InsertChildHookup ( IHookup child, int insertAt ) : void |
protected Dispose ( bool beforeDestructor ) : void | ||
beforeDestructor | bool | |
return | void |
protected GroupHookup ( object target, GroupBox containingBox ) : System | ||
target | object | |
containingBox | GroupBox | |
return | System |
public SelectAtEnd ( ) : |
||
return |
public SelectAtStart ( ) : |
||
return |