FormDropDialogButtonControl.alignment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
alignment() |
Changes the alignment of the text in the control. Values are Left, right, or center, to align the control appropriately. |
alignment(Int32) |
alignment()
Changes the alignment of the text in the control. Values are Left, right, or center, to align the control appropriately.
public:
virtual int alignment();
public virtual int alignment ();
abstract member alignment : unit -> int
override this.alignment : unit -> int
Public Overridable Function alignment () As Integer