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!

ToolBar.TextAlign

Indicates whether the text will be replaced with regards the image in the buttons. They can be placed underneath, or to the right of an image in the button.

[Visual Basic]
Public Property TextAlign As ToolBarTextAlign
[C#]
public ToolBarTextAlign TextAlign {get; set;}
[C++]
public: __property ToolBarTextAlign get_TextAlign();
public: __property void set_TextAlign(ToolBarTextAlign);
[JScript]
public function get TextAlign() : ToolBarTextAlign;
public function set TextAlign(ToolBarTextAlign);

Property Value

int an integer from the ToolBarTextAlign enumeration which controls where the text is placed.

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace