LeftRightAlignment

LeftRightAlignment serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration is used by various controls to align visual components either to the left or the right of the main body of the control (e.g., the DateTimePicker , or the ComboBox ). Note that while the values of the enumeration are Left and Right , the RightToLeft status of the control comes into play, so Left would actually appear on the right if RightToLeft is set to Yes .

 public enum  LeftRightAlignment  {  Left = 0  ,  Right = 1  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) LeftRightAlignment

Returned By

Control.RtlTranslateLeftRight() , DateTimePicker.DropDownAlign , UpDownBase.UpDownAlign

Passed To

Control.{RtlTranslateAlignment() , RtlTranslateLeftRight()} , DateTimePicker.DropDownAlign , UpDownBase.UpDownAlign



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net