_OlkComboBox.TextAlign Property
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.
Returns or sets an OlTextAlign constant that specifies how text is aligned in the control. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlTextAlign TextAlign { Microsoft::Office::Interop::Outlook::OlTextAlign get(); void set(Microsoft::Office::Interop::Outlook::OlTextAlign value); };
public Microsoft.Office.Interop.Outlook.OlTextAlign TextAlign { get; set; }
Public Property TextAlign As OlTextAlign
Property Value
Remarks
The default value is olTextAlignLeft in left-to-right languages such as English.