|
|
|
SftBox.AlignSelection Property |
Defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).
Syntax
VB.NET |
Boolean = object.AlignSelection As Boolean |
||
VB |
Boolean = object.AlignSelection As Boolean |
||
C#.NET |
bool Boolean = object.AlignSelection; |
||
VC++ |
VARIANT_BOOL Boolean = object->AlignSelection;
|
||
C |
HRESULT object->get_AlignSelection(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.AlignSelection : WordBool; |
||
VB.NET |
object.AlignSelection = Boolean As Boolean |
||
VB |
object.AlignSelection = Boolean As Boolean |
||
C#.NET |
bool object.AlignSelection = Boolean; |
||
VC++ |
VARIANT_BOOL object->AlignSelection = Boolean;
|
||
C |
HRESULT object->put_AlignSelection(VARIANT_BOOL Boolean); |
||
Delphi |
object.AlignSelection := Boolean : WordBool; |
object
A SftBox object.
Boolean
Defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).
Boolean |
Description |
True |
The displayed cell of the selected item in the static portion is aligned with the item's cell in the drop down portion. |
False |
The displayed cell of the selected item in the static portion is not aligned and is displayed left-aligned, without hierarchical information (tree lines, indentation). |
Comments
The AlignSelection property defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).
The AlignSelection property has no effect on the edit control portion, which never shows hierarchical information. The Edit.TextHAlign property can be used to define the horizontal alignment of the text in the edit control portion.