NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBarTextAlign Enumeration

Specifies the alignment of text on the toolbar button control.

[Visual Basic]
Public Enum ToolBarTextAlign
[C#]
public enum ToolBarTextAlign
[C++]
public enum ToolBarTextAlign

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Room is reserved for an image to be displayed on toolbar buttons. The alignment of text is in relation to the image displayed on the toolbar button. If no image is assigned to the button, the reserved space will appear to the left, or above the text dispalyed.

Members

Member Name Description
Right The text is aligned to the right of the toolbar button image.
Underneath The text is aligned underneath the toolbar button image.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ImageIndex