TdxBar.OneOnRow Property
Determines whether the current toolbar is the only toolbar within the dock control’s row.
Declaration
property OneOnRow: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Two or more toolbars may be located on the same row of a dock control; e.g., two toolbars may be located one after another. Use the OneOnRow property to determine whether the current toolbar is the only toolbar in the row. The value of this property is equal to False if the row contains more than one toolbar.
See Also